Declares an Application Frame.
Each page of the Application is displayed in a Frame. A Frame is the part of the GUI that doesn't change much from page to page. It is generally composed of a banner, some menus (left and/or right), and a footer.
It must embed a PageContainer component, that is in charge of rendering the current executing page (see PageContainer).
The Application must have at least one Frame, but it may have several (for instance, a specific frame without any menu to display messages and uncatched errors, and another one to access the application administration functionnalities).
Attributes | ||
mandatory
String
|
Name |
The Frame name. Must be unique in the Application. |
Named Children Elements | ||
1 - unbounded
html.CssStyleSheet[] |
StyleSheets |
List of stylesheet files to use when rendering pages using this frame. |
Direct Children Elements | |
1 - unbounded
html.IView[] |
The children HTML view components for this Frame. Must have a PageContainer component in its descendents. |