This action asks a question to the user, that chooses either Yes or No (or Ok/Cancel).
Such a page displays a message (actually a question), a Yes and a No button.
The application should react to the user's response.
This action is typically used to implement user confirmation.
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). |
mandatory
enums.AskBoxButtons |
Buttons |
The buttons style to apply. |
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. |
optional
html.breadcrumb.IBreadCrumbDef |
BreadCrumb |
The page breadcrumb trail. |
mandatory
binding.Expression |
Message |
The displayed message. |
mandatory
action.IAction |
OnYes |
The action to trigger when the user presses Yes (or Ok). |
mandatory
action.IAction |
OnNo |
The action to trigger when the user presses No (or Cancel). |