X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/output/Ext.menu.Manager.js diff --git a/docs/output/Ext.menu.Manager.js b/docs/output/Ext.menu.Manager.js new file mode 100644 index 00000000..9bedbad7 --- /dev/null +++ b/docs/output/Ext.menu.Manager.js @@ -0,0 +1,96 @@ +Ext.data.JsonP.Ext_menu_Manager({ + "tagname": "class", + "name": "Ext.menu.Manager", + "doc": "

Provides a common registry of all menus on a page.

\n", + "extends": null, + "mixins": [ + + ], + "alternateClassNames": [ + "Ext.menu.MenuMgr" + ], + "xtype": null, + "author": null, + "docauthor": null, + "singleton": true, + "private": false, + "cfg": [ + + ], + "method": [ + { + "tagname": "method", + "name": "get", + "member": "Ext.menu.Manager", + "doc": "

Returns a Ext.menu.Menu object

\n", + "params": [ + { + "type": "String/Object", + "name": "menu", + "doc": "

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

\n", + "optional": false + } + ], + "return": { + "type": "Ext.menu.Menu", + "doc": "

The specified menu, or null if none are found

\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/menu/Manager.js", + "linenr": 130, + "html_filename": "Manager.html", + "href": "Manager.html#Ext-menu-Manager-method-get", + "shortDoc": "

Returns a Ext.menu.Menu object

\n" + }, + { + "tagname": "method", + "name": "hideAll", + "member": "Ext.menu.Manager", + "doc": "

Hides all menus that are currently visible

\n", + "params": [ + + ], + "return": { + "type": "Boolean", + "doc": "

success True if any active menus were hidden.

\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/menu/Manager.js", + "linenr": 32, + "html_filename": "Manager.html", + "href": "Manager.html#Ext-menu-Manager-method-hideAll", + "shortDoc": "

Hides all menus that are currently visible

\n" + } + ], + "property": [ + + ], + "event": [ + + ], + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/menu/Manager.js", + "linenr": 1, + "html_filename": "Manager.html", + "href": "Manager.html#Ext-menu-Manager", + "cssVar": [ + + ], + "cssMixin": [ + + ], + "component": false, + "superclasses": [ + + ], + "subclasses": [ + + ], + "mixedInto": [ + + ], + "allMixins": [ + + ] +}); \ No newline at end of file