Element page.Composite

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

A page made of composite view components.


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.

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.

Direct Children Elements
1 - unbounded   html.IView[] The page view components.