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(); }
}
posted on 2011-11-26 13:51  其小本  阅读(940)  评论(0编辑  收藏  举报