The base page component.
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. |
optional
html.breadcrumb.IBreadCrumbDef |
BreadCrumb |
The page breadcrumb trail. |