ext window事件

listeners :{
"minimize":function(){ Ext.Msg.alert("提示","最小化"); },
"beforehide" : function() { Ext.Msg.alert("提示", "要隐藏吗?"); // return true; },
 "show":function(){ // Ext.Msg.alert("提示","你好!我来也。"); },
"hide" : function() { Ext.Msg.alert("提示", "再见!"); },
"close":function(){ Ext.Msg.alert("提示","窗口关闭!"); mainWindow.destroy(); }
}

你可能感兴趣的:(window)