All content with label menus.
There are no related labels.
Dynamic Menu Specification
(MetaScript Guide)
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
(MetaScript Guide)
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 ...
|
|
|