Ext.MessageBox.show({ title: this.msgTitle, msg: action.result.message, buttons: Ext.Msg.OK, icon: Ext.Msg.INFO, fn: function (buttonId, text, opt) { switch (buttonId) { case 'ok': this.getLivingAreaStore().load(); break; } }, scope: this });
本文共 632 字,大约阅读时间需要 2 分钟。
Ext.MessageBox.show({ title: this.msgTitle, msg: action.result.message, buttons: Ext.Msg.OK, icon: Ext.Msg.INFO, fn: function (buttonId, text, opt) { switch (buttonId) { case 'ok': this.getLivingAreaStore().load(); break; } }, scope: this });
转载于:https://www.cnblogs.com/xust/articles/2876843.html