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(); }
}

相关文章:

  • 2021-06-27
  • 2022-02-02
  • 2022-12-23
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-18
  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
相关资源
相似解决方案