I want to close a Window when clicking outside the Window, I think I need something like a click-handler on the mask behind the window (yes its modal=true) or a "onLooseFocus"-Handler on the Window... I tried this:
windowX.Listeners.Show.Handler = "Ext.select('.ext-el-mask').addListener('click', function() {Ext.getCmp('windowX').hide();});";
But it doesn't work, also no error in Firebug so i cant find the mistake - can anyone help me?
edit: I'm using Ext.Net 2.2