This action displays a message, and a button.
After having read the message, the user should click the button to continue.
This action is typically used to implement an acknowledgment page.
Attributes | ||
optional
String
|
ID |
The action ID (for url callbacking). |
optional
String
|
FrameName |
The name of the frame this page displays in. May be null (the default one will be used). |
optional
enums.Severity |
Severity |
The message severity. Default: Info. |
Named Children Elements | ||
0 - unbounded
param.IUrlParameter[] |
AddParameters |
Additional parameters to pass to the action when it is invoked. |
mandatory
binding.Expression |
Title |
The page displayed title. |
mandatory
binding.Expression |
Message |
The displayed message. |
mandatory
action.IAction |
OnOk |
The action to trigger when the user clicks the acknowledgment button. |