element <MenuItem>
Namespace:
http://schema.caplin.com/CaplinTrader/webcentric
XML Representation Summary
<MenuItem
   
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:boolean
    >
   
Content: 
MenuItem*, (eval | showDialog | saveLayout | showComponent | hideComponent | setValue | close | confirm)
</MenuItem>
Child elements (9):
Parent elements (2):
Description
A menu item is a single clickable item in a drop-down sub-menu of the application's main menu. Panels, Dialogs and actions defined under the MenuItem tag determine the what happens when the menu item is selected by the end-user. However, if the item is the parent of another menu item, then the next level drop-down menu is displayed when the item is selected.
Attribute Detail
context
Type:
xs:string, predefined
Use:
required
A reference to the menu_id for parent MenuItem or MenuButton in a hierarchical menu structure.

enabled
Type:
xs:boolean, predefined
Use:
required
When "true" the end-users can select the menu item, otherwise they cannot.

label
Type:
xs:string, predefined
Use:
required
The user-friendly name for the menu item which is displayed in the application.

menu_id
Type:
xs:string, predefined
Use:
required
A unique id for the sub-menu item.