Presentation XML · Navigation and reuse
Navsection <navsection>
Framework control: 5 uses across 1 stock screen, inside <navcontainer>.
<navsection> has no Application Designer property sheet: it is written by the framework or an add-on and edited in XML. Its properties are the attributes the stock screens actually use.
In the 204 stock presentations it appears 5 times on 1 screen, inside <navcontainer> (5); it is a leaf.
Where it goes
Sits inside: <navcontainer>. May contain: none (a leaf control).
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
datasrcid | string | Not on Application Designer's navsection property sheet: written in XML only. Stock screens: 5 uses on 1 screen, values Menus (5). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#nsaa |
expanded | boolean | Not on Application Designer's navsection property sheet: written in XML only. Stock screens: 5 uses on 1 screen, values true (3), false (2). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#nsaa |
image | string | Not on Application Designer's navsection property sheet: written in XML only. Stock screens: 5 uses on 1 screen, values applications_section.png (2), actions_section.png (1), commonactions_section.png (1), queries_section.png (1). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#nsaa |
label | string | Not on Application Designer's navsection property sheet: written in XML only. Stock screens: 5 uses on 1 screen, values Go To Applications (2), Available Queries (1), Common Actions (1), More Actions (1). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#nsaa |
menutype | string | Not on Application Designer's navsection property sheet: written in XML only. Stock screens: 5 uses on 1 screen, values goto (2), actions (1), query (1), toolbar (1). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#nsaa |
showimages | boolean | Not on Application Designer's navsection property sheet: written in XML only. Stock screens: 5 uses on 1 screen, values true (5). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#nsaa |
Example
<!-- LIBRARY · nsaa -->
<navsection ariarole="navigation" datasrcid="Menus" expanded="false" id="nsaa" image="applications_section.png" label="Go To Applications" menutype="goto" showimages="true" static="true"/>
Sources: 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#nsaa