I want to know what event/method is fired/called when a button loses focus/blurs in extjs.
I have a button with a menu. When I click anywhere other than the button or menu items then the menu closes. So what I want to know is what calls menu.hide() method so that menu hides.
Does anyone have any idea about this? I tried onBlur for button but it is not fired.