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.
属性
-
方法
-
事件
公共属性
此类没有公共属性。
公共方法
|
get(String/Object menu ) : void |
MenuMgr |
Returns a Ext.menu.Menu object |
|
hideAll() : void |
MenuMgr |
Hides all menus that are currently visible |
公共事件
此类没有公共事件。
方法详情
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.