Presentation XML · Actions
Menu Bar <menubar>
The application menu bar: the Select Action list and toolbar menus.
Application Designer edits <menubar> through its "Menu Bar Properties" dialog, backed by the CTRL_MENUBAR object: 4 properties, each with the type, length and value list the product itself declares.
In the 204 stock presentations it appears 165 times on 164 screens, inside <tab> (164), <systemlib> (1); it is a leaf.
Where it goes
Sits inside: <tab>. May contain: none (a leaf control).
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
event | mxevent | Event Value. ALN 254. Stock screens: 161 uses on 161 screens, values search (161). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_MENUBAR.EVENT; 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#actiontoolbar |
label | string | Label. ALN 128. Not used by any stock presentation. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_MENUBAR.LABEL; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab |
sourcemethod | string | Source Method. ALN 128. Stock screens: 161 uses on 161 screens, values getAppSearchOptions (161). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_MENUBAR.SOURCEMETHOD; 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#actiontoolbar |
Example
<!-- WOTRACK · actiontoolbar -->
<menubar event="search" id="actiontoolbar" sourcemethod="getAppSearchOptions"/>
Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_MENUBAR; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_menubar; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#actiontoolbar