X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/api/Ext.menu.Manager.html diff --git a/docs/api/Ext.menu.Manager.html b/docs/api/Ext.menu.Manager.html new file mode 100644 index 00000000..012ab27b --- /dev/null +++ b/docs/api/Ext.menu.Manager.html @@ -0,0 +1,48 @@ +Ext.menu.Manager | Ext JS 4.0 Documentation +
For up to date documentation and features, visit +http://docs.sencha.com/ext-js/4-0

Sencha Documentation

+ + + + + +

Provides a common registry of all menus on a page.

+
Defined By

Methods

 
get( +String/Object menu) + : Ext.menu.Menu

Returns a Ext.menu.Menu object

+

Returns a Ext.menu.Menu object

+

Parameters

  • menu : String/Object

    The string menu id, an existing menu object reference, or a Menu config that will +be used to generate and return a new Menu this.

    +

Returns

  • Ext.menu.Menu   

    The specified menu, or null if none are found

    +
 

Hides all menus that are currently visible

+

Hides all menus that are currently visible

+

Returns

  • Boolean   

    success True if any active menus were hidden.

    +
\ No newline at end of file