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.