Label: menus

Content with label menus in MetaScript Guide (See content from all spaces)
There are no related labels.

Dynamic Menu Specification
Description Dynamic menus are represented in MetaScript as an array of menu items, where each item is in one of the following formats: \ Menu item \{ title: <string>, action: <function>, checked: {{true}} \} Menu item with checkmark \ Menu item with icon \ Separator ...
ShowPopupMenu
Displays a popup menu at the specified position. Syntax {{ShowPopupMenu( anchor, menu )}} Parameters Parameter Description {{anchor}} menu anchor, can be one of the following: FormElement point object (\ ) rectangle object (\ ) {{menu}} menu object in the Dynamic Menu Specification format ...