Menu Action Groups
Menu actions can also be composed into groups using the WebActionGroup and WebActionRef elements.
<ModuleUiMetaModel> <WebInfo> <!-- menu actions.... --> <WebActionGroup name="Sample Menu"> <WebActionRef name="ViewMyPanel"/> <MenuDivider/> <WebActionRef name="ViewMyURL"/> </WebActionGroup> </WebInfo></ModuleUiMetaModel>Note that for certain types of menus, you may use the MenuDivider element to separate menu actions. WebActionRefs also have the following optional attributes:
module: The prefix of the module where the action is defined. Used only to refer to actions defined in the MPT.