The Confirm action opens a confirmation dialog with the specified text and the specified button.
The specified buttons are displayed in the dialog and the corresponding actions are executed when the buttons are clicked.
If you define several Confirm actions for a button, e.g. in a default\Condition action, you MUST give the actions a unique name.
Parameters
|
Type |
Name |
Description |
|---|---|---|
|
TEXT |
Message |
Specifies the text displayed in the confirmation dialog. |
|
TEXT |
Title |
Specifies the displayed title of the confirmation dialog. |
|
KEYVALUEACTIONLIST |
Buttons |
Specifies the configuration for the displayed buttons. |
Return
None