Class Ext.menu.MenuMgr
Package: | Ext.menu |
Class: | MenuMgr |
Extends: | Object |
Defined In: | MenuMgr.js |
Provides a common registry of all menu items on a page so that they can be easily accessed by id.
This class is a singleton and cannot be created directly.
Properties
-
Methods
-
Events
Public Properties
This class has no public properties.
Public Methods
|
get( String/Object menu ) : void |
MenuMgr |
Returns a Ext.menu.Menu object |
|
hideAll() : void |
MenuMgr |
Hides all menus that are currently visible |
Public Events
This class has no public events.
Method Details
get
public function get( String/Object menu
)
This method is defined by MenuMgr.
hideAll
public function hideAll()
Hides all menus that are currently visible
This method is defined by MenuMgr.