Presentation XML · Data controls
Tree Attribute <treeattribute>
The attribute a tree node displays.
Application Designer edits <treeattribute> through its "Tree Attribute Properties" dialog, backed by the CTRL_TREEATTRIB object: 3 properties, each with the type, length and value list the product itself declares.
In the 204 stock presentations it appears 170 times on 28 screens, inside <treenode> (169), <systemlib> (1); it is a leaf.
Where it goes
Sits inside: <treenode>. May contain: none (a leaf control).
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
dataattribute | attribute | Attribute. UPPER 254. Stock screens: 169 uses on 27 screens, values classificationdesc (37), classificationid (37), name (23), parent (23), description (14) … 18 distinct. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_TREEATTRIB.DATAATTRIBUTE; 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#view_tree_model |
display | boolean | Display. YORN 1. Stock screens: 153 uses on 27 screens, values true (146), false (7). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_TREEATTRIB.DISPLAY; 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#view_tree_model |
Example
<!-- WOTRACK · view_tree_model -->
<treeattribute dataattribute="ModelTitle" display="true" id="view_tree_model"/>
Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_TREEATTRIB; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_treeattribute; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#view_tree_model