1.1 KiB
1.1 KiB
MenuItem
The menu-item
module allows you to add items to an application or content
menu
.
See menu
for examples.
Class: MenuItem
Create a new MenuItem
with the following method:
new MenuItem(options)
options
Objectclick
Function - Callback when the menu item is clickedselector
String - Call the selector of first responder when clicked (OS X only)type
String - Can benormal
,separator
,submenu
,checkbox
orradio
label
Stringsublabel
Stringaccelerator
Acceleratoricon
NativeImageenabled
Booleanvisible
Booleanchecked
Booleansubmenu
Menu - Should be specified forsubmenu
type menu item, when it's specified thetype: 'submenu'
can be omitted for the menu itemid
String - Unique within a single menu. If defined then it can be used as a reference to this item by the position attribute.position
String - This field allows fine-grained definition of the specific location within a given menu.