Menus
Last updated
Last updated
(menus)
Type | Name | Summary |
---|---|---|
Create a new, empty menu. Identifier must be unique among existing menus.
Parameters
String name the menu name (identifier)
Returns: JSMenu
Sample
Gets a menu by name. Returns null if not found.
Parameters
String name the menu name (identifier)
Returns: JSMenu
Sample
Returns all the menus, either created at design time or at runtime.
Returns: Array
Sample
Create a new, empty menu.
Gets a menu by name.
Returns all the menus, either created at design time or at runtime.