Ext.Window view source · close( ). Closes the Window, removes it from the DOM, destroys the Window object and all its descendant Components. ... Closes the ...
The beforeclose event is fired before the close happens and will cancel the close action if it returns false. Note: This method is also affected by the ...
Closing a window (by close method) with a previously connected internal event does not detach this event and leaves the window class instance in memory.
I'm trying to close window when user clicks anywhere outside the window and I'm not having any luck with it. Can anyone point me in the right direction?
This Ext JS tip shows how you can conditionally destroy a window with a confirmation. The following tip applies to Sencha ExtJS release 4 (maybe also to 3). It ...