Element page.MessageBox

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

A MessageBox page.
Such a page displays a message, and an acknowledgement button.
The acknowledgement button shall bring the user to another page.


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.
optional   enums.Severity Severity The message severity. Default: Info.

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.
optional   html.breadcrumb.IBreadCrumbDef BreadCrumb The page breadcrumb trail.
mandatory   binding.Expression Message The displayed message.
mandatory   action.IAction OnOk The action to trigger when the user clicks the acknowledgement button.