Presentation XML · Containers
Page <page>
The single page of a presentation; holds the client area and the shared header and footer includes.
Application Designer edits <page> through its "Page Properties" dialog, backed by the CTRL_PAGE object: 6 properties, each with the type, length and value list the product itself declares. The stock screens write 1 further attribute the property sheet does not show.
In the 204 stock presentations it appears 201 times on 199 screens, inside <presentation> (201); it contains <include> (396), <clientarea> (201), <header> (4), <spatialdispatcherctrl> (1).
Where it goes
Sits inside: <presentation>. May contain: <include>, <clientarea>, <header>, <spatialdispatcherctrl>.
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
beanclass | beanclass | App Bean Class. ALN 254. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_PAGE.BEANCLASS |
datasrc | control-id | Data Source ID. ALN 128. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_PAGE.DATASRC |
mboname | string | Business Object. UPPER 30. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_PAGE.MBONAME |
parentdatasrc | control-id | Parent Data Source ID. ALN 128. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_PAGE.PARENTDATASRC |
relationship | relationship | Relationship Name. UPPER 50. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_PAGE.RELATIONSHIP |
scroll | boolean | Not on Application Designer's page property sheet: written in XML only. Stock screens: 3 uses on 3 screens, values false (3). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · ALERT#mainrec |
Example
<!-- WOTRACK · mainrec -->
<page id="mainrec">
Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_PAGE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_page; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#mainrec