![]() |
OTX Reference
|
|
Confirmation dialog More...
Public Attributes | |
MessageTypeTerm | messageType |
Cardinality [0..1] It defines additional decorations that can be shown when displaying this dialog. This value is used to show a corresponding icon, or activate a LED, depending on the runtime system. More... | |
ConfirmationTypeVariable | result |
Cardinality [0..1] Indicates a variable where the selection from the user will be stored. Results can be one of: 0 = YES, 1 = NO, 2 = CANCEL. More... | |
![]() | |
StringTerm | message |
Cardinality [0..1] If the runtime system contains the capability to show a message as part of the display, the String will be shown. More... | |
StringTerm | title |
Cardinality [0..1] If the runtime system contains the capability to show a dialog box with a Title bar, the String will be shown. It is assumed that this String will be shown with more prominence than the message parameter. More... | |
![]() | |
OtxLink | validFor |
Cardinality [0..1] Validity of ActionRealisation. More... | |
Confirmation dialog
The ConfirmDialog activity shows a screen asking for user confirmation. Confirmation dialogs are typically used to ask the user for acceptance before performing a procedure. Depending on the type of procedure to execute, it is possible to select different levels of severity.
MessageTypeTerm OpenTestSystem.Otx.Extensions.HMI.Actions.ConfirmDialog.messageType |
Cardinality [0..1]
It defines additional decorations that can be shown when displaying this dialog. This value is used to show a corresponding icon, or activate a LED, depending on the runtime system.
ConfirmationTypeVariable OpenTestSystem.Otx.Extensions.HMI.Actions.ConfirmDialog.result |
Cardinality [0..1]
Indicates a variable where the selection from the user will be stored. Results can be one of: 0 = YES, 1 = NO, 2 = CANCEL.