KimhillZhang  

2012年3月31日

摘要: 起初对Ext.MessageBox.updateProgress的误用,导致看到很不乐观的效果,想想自己实在愚蠢啊。。。。。起先: var fun = function (p) { return function () { if (p == 20) { Ext.MessageBox.hide(); } else { Ext.MessageBox.progress("请等待", "数据处理进度..."); Ext.MessageBox.updateProgress(p / 20, '正在处理第' + p + '个,一共20个' 阅读全文
posted @ 2012-03-31 09:40 KimhillZhang 阅读(1051) 评论(0) 推荐(0) 编辑