Package: | Ext.air |
Defined In: | SystemMenu.js |
Class: | SystemMenu |
Extends: | Object |
Provides platform independent handling of adding item to the application menu, creating the menu or
items as needed.
This class also provides the ability to bind standard Ext.Action instances with NativeMenuItems
This class is a singleton and cannot be created directly.
Public Properties
This class has no public properties.
Public Methods
|
| add( String text , Array actions , Number mindex )
:
air.NativeMenuAdd items to one of the application menus Add items to one of the application menus Parameters:text : StringThe application menu to add the actions to (e.g. 'File' or 'Edit'). actions : ArrayAn array of Ext.Action objects or menu item configs mindex : NumberThe index of the character in "text" which should be used for
keyboard access Returns:air.NativeMenu The raw submenu
| SystemMenu |
| get()
:
voidReturns the application menu Returns the application menu | SystemMenu |
Public Events
This class has no public events.