Showing posts with label Ext.menu.Manager buttongroup extjs sencha. Show all posts
Showing posts with label Ext.menu.Manager buttongroup extjs sencha. Show all posts

Thursday, September 1, 2011

Buttongroup menu hiding

One unique behaviour of a buttongroup in a menu is that it will not 'hide' or collapse until the user clicks elsewhere. So how do you hide the buttongroup? Easy once you know how. Just do this call:

Ext.menu.Manager.hideAll();


This will hide all open menus.