Presentation XML · Actions
Menu <menu>
A menu definition in menus.xml: the detail menus text boxes name by menutype.
<menu> 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 244 times on 1 screen, inside <systemlib> (215), <menuitem> (29); it contains <menuitem> (704).
Where it goes
Sits inside: <systemlib>, <menuitem>. May contain: <menuitem>.
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
image | string | Not on Application Designer's menu property sheet: written in XML only. Stock screens: 43 uses on 1 screen, values img_expbuilder.gif (21), img_drilldown.gif (4), btn_plustqualificationreqs.gif (3), img_showvalue.gif (3), menu_icon_moveto.gif (3) … 13 distinct. | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · MENUS#QUICKLINK:MOVETO |
label | string | Not on Application Designer's menu property sheet: written in XML only. Stock screens: 46 uses on 1 screen, values Select Attribute Name (8), Select fields (8), Condition Expression Builder (3), Move To {0} (3), Qualifications (3) … 21 distinct. | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · MENUS#QUICKLINK:MOVETO |
showsingle | boolean | Not on Application Designer's menu 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/*) · MENUS#STOREROOMMTLSTATUS |
Example
<!-- MENUS · QUICKLINK:MOVETO -->
<menu id="QUICKLINK:MOVETO" image="menu_icon_moveto.gif" label="Move To {0}">
Sources: 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · MENUS#QUICKLINK:MOVETO