MENU_SEPARATOR
Adds a separator to a parent POPUP_MENU or MENU_ITEM between two MENU_ITEM.
Example
- <!-- The menu -->
- <POPUP_MENU id="menu">
- <MENU_ITEM name="Menu item 1"/>
- <MENU_ITEM name="Menu item 2" />
- <MENU_SEPARATOR />
- <MENU_ITEM name="Another menu item" />
- </POPUP_MENU>
- <!-- The button to show the menu -->
- <TEXT value="Click Me!" >
- <INVISIBLE_ACTION_BUTTON action_id="menu.Popup" width="100%" height="100%"/>
- </TEXT>
See more examples in POPUP_MENU and MENU_ITEM pages.