g_Menu_Item
Item
Properties
action : booleanTrue to publish the menu as top-level action
augment : uiIdentifierA path to the view to augment with this view.
Augmentation rules depend on the types of augmented and augmenting views. When augmented view is a layout, such as Composite, Tabs, or Switch, and augmenting view is also of the same type, the children views will be added to the augmented layout. When both augmented views are layouts but of different type, the augmenting view is inserted next to the augmented one. When augmented view is primitive, the augmenting view is inserted next to it.Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter. Case and length are not restricted. Letters and numbers are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
caption : stringItem caption
enabled : stringEnablement flag association path or expression
event : identifierName of the UI event to fire when a menu item is selected. Values are passed as UI event parameters.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
icon : stringItem icon
name : identifierUnique view name
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
privilege : identifierAccess privilege
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
source : identifierName of the view to specify as event source
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
value : stringItem value constant passed as a UI event parameter
visible : stringDefault visibility flag association path or expression
Default visiblity set to a control but value can be overriden by script, client state, or control-specific mechanism such as setListColumn in a table.
Content
Choice of:
g_Menu_Menu [1..1]
g_Menu_Item [1..1]
g_Menu_Separator [1..1]
g_Menu_MenuRef [1..1]
Parents
t_Controllable_Menu - Main menu for the layout.
t_Controllable_Toolbar - Main toolbar for the layout.
t_ScheduleLayout_Toolbar - The toolbar associated with the Schedule
t_ScheduleLayout_Menu - The item context menu associated with the Schedule
t_Portlet_Menu - The main menu for the portlet.
Parent topic: t_Controllable_Menu
Parent topic: t_Controllable_Toolbar
Parent topic: g_Menu_Menu
Parent topic: Menu
Parent topic: g_Menu_Item
Parent topic: t_Table_Toolbar
Parent topic: t_Table_Menu
Parent topic: t_Table_SelectionMenu
Parent topic: t_Portlet_Menu