Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Canvas Message Dialogs are the Confirmation, Warning and Anchor_GoBack_GoBack Information and Information message dialog boxes that can control the user action. Each dialog has its own dialog type, which defines the message type and dialog styles, which defines the actions available on dialog.

Following are the different types of dialogs available:

...

  • Yes and No (dialogStyle:'YES_NO') - this shows two buttons: Yes standing for the positive actionand No standing for the negative action.
  • Ok and Cancel (dialogStyle:'OK_CANCEL') - this shows two buttons: Ok standing for the andCancel standing for the negative action.
  • Yes, No and Cancel (dialogStyle:'YES_NO_CANCEL') – this shows three buttons: Yes standingfor the positive action and No and Cancel standing for the negative action.
  • Print and Close (dialogStyle:'PRINT_CLOSE') – this shows two buttons: Print standing for the positive action and Close standing for the negative action.

View the following messages

Page Tree
rootCanvas Message Dialogs