Assetize

Presentation XML · Actions

Menu Item <menuitem>

One entry of a menu: an event, a label and an image.

<menuitem> 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 704 times on 1 screen, inside <menu> (704); it contains <menu> (29).

Where it goes

Sits inside: <menu>. May contain: <menu>.

Properties

PropertyValueWhat it doesSource
disablenullbooleanNot on Application Designer's menuitem property sheet: written in XML only. Stock screens: 89 uses on 1 screen, values true (89).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · MENUS#assetloc4
disablequerybooleanNot on Application Designer's menuitem property sheet: written in XML only. Stock screens: 84 uses on 1 screen, values true (84).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · MENUS#assetloc4
disablreadonlybooleanNot on Application Designer's menuitem 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#ROLE2
eventmxeventNot on Application Designer's menuitem property sheet: written in XML only. Stock screens: 609 uses on 1 screen, values applink (80), selectvalue (66), drilldown (15), hierarchicalmove (13), searchClassificationAsset (11) … 317 distinct.204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · MENUS#normal0
hiddenbooleanNot on Application Designer's menuitem property sheet: written in XML only. Stock screens: 11 uses on 1 screen, values false (11).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · MENUS#bulletinHidden
imagestringNot on Application Designer's menuitem property sheet: written in XML only. Stock screens: 431 uses on 1 screen, values menu_icon_find.gif (108), menu_icon_link.gif (83), menu_icon_catalog.gif (68), img_expbuilder.gif (23), menu_icon_wopms.gif (22) … 40 distinct.204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · MENUS#normal0
labelstringNot on Application Designer's menuitem property sheet: written in XML only. Stock screens: 691 uses on 1 screen, values Select Value (95), Go To (77), - (54), Classification (41), Attributes (31) … 233 distinct.204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · MENUS#normal0
linkstringNot on Application Designer's menuitem property sheet: written in XML only. Stock screens: 6 uses on 1 screen, values http://www.ibm.com (1), http://www.ibm.com/support/docview.wss?uid=swg21418666&ibmprd=tivmx7 (1), http://www.ibm.com/support/entry/portal?tivmx7 (1), http://www.ibm.com/support/mynotifications?ibmprd=tivmx7 (1), https://www.ibm.com/support/knowledgecenter/SSLKT6_7.6.1.2/com.ibm.support.mbs.doc/troubleshooting/r_isa_over.html?view=kc (1) … 6 distinct.204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · MENUS#esupportmam
targetstringNot on Application Designer's menuitem property sheet: written in XML only. Stock screens: 5 uses on 1 screen, values {designercanvas} (5).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · MENUS#DCMENU0
valuestringNot on Application Designer's menuitem property sheet: written in XML only. Stock screens: 38 uses on 1 screen, values Asset (12), Item (5), Locations (5), CI (4), item (4) … 13 distinct.204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · MENUS#workorder2

Example

<!-- MENUS · normal0 -->
<menuitem event="selectvalue" id="normal0" image="menu_icon_find.gif" label="Select Value"/>

Sources: 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · MENUS#normal0