Element page.AskBox

page.BasePage
  |
  +-- page.AskBox
Substitution Groups:
page.IPage

An AskBox page.
Such a page displays a message (actually a question), a Yes and a No button.
The application should react to the user response.


Attributes
optional   int RefreshDelay A non-null value triggers the automatic page reload (in seconds).
optional   String FrameName The name of the frame this page displays in.
If undefined, the default frame will be used.
mandatory   enums.AskBoxButtons Buttons The buttons style to apply.

Named Children Elements
mandatory   page.ctx.IPageContextDef Context The page context definition.
0 - unbounded   binding.Do[] OnPreRender An action that is triggered right before the page is rendered.
mandatory   binding.Expression Title The page displayed title.
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).