Presentation XML · Navigation and reuse
Include <include>
Pulls a control from library.xml by id: the page header and footer, common dialogs, shared tables.
Application Designer edits <include> through its "Include Properties" dialog, backed by the CTRL_INCLUDE object: 2 properties, each with the type, length and value list the product itself declares.
In the 204 stock presentations it appears 462 times on 200 screens, inside <page> (396), <tab> (38), <tabledetails> (15), <dialog> (9); it is a leaf.
Where it goes
Sits inside: <page>, <tab>, <tabledetails>. May contain: none (a leaf control).
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
controltoclone | string | Control ID to Clone. ALN 128. Stock screens: 28 uses on 11 screens, values lineardetails (9), lineardetailsrelated (6), astdetails_template (2), pageFooter (2), pageHeader (2) … 10 distinct. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_INCLUDE.CONTROLTOCLONE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#wo_lineardetailsrelated |
Example
<!-- WOTRACK · wo_lineardetailsrelated -->
<include controltoclone="lineardetailsrelated" id="wo_lineardetailsrelated"/>
Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_INCLUDE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_include; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#wo_lineardetailsrelated