Ext.MessageBox 狀態更新

Ext.MessageBox.show({

       title: '請稍等...',

       msg: '正在處理',

       progressText: '文件上傳中...',

       width:300,

       progress:true,

       closable:false,

       icon:'download',

       animEl: 'mb6'

   });

Ext.MessageBox.updateProgress(status, Math.round(status* 100)+ '% 完成!', result.message);             //調用此進度條時,必須要先定義上面的內容

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章