Ext JS 提示消息的 函数

时间:2014-08-23 08:52:51
【文件属性】:
文件名称:Ext JS 提示消息的 函数
文件大小:450B
文件格式:TXT
更新时间:2014-08-23 08:52:51
Ext JS 提示消息 function process(){ Ext.MessageBox.confirm('确认提示', '你确定要导出Excel吗?', function deldbconfig(btn) { if (btn == 'yes') { var msgTip = Ext.MessageBox.show({ title : '提示', width : 350, msg : '正在生成,请稍候......' }) var _url = url+"/index/info"; window.location.href(_url); window.open(_url, '_self','width=1,height=1,toolbar=no,menubar=no,location=no'); msgTip.hide(); } }) }

网友评论