首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

Ext.MessageBos.show()进度规章子

2012-07-31 
Ext.MessageBos.show()进度条例子?MessageBoxShow.js/** * @author zms */Ext.onReady(function(){//1.//E

Ext.MessageBos.show()进度条例子

?MessageBoxShow.js

/** * @author zms */Ext.onReady(function(){//1.//Ext.MessageBox.show({//title:'MessageBoxShowTest',//msg:'By xuetu 2012-03-11',//width:220,////显示输入框////prompt:true////显示进度条//progress:true//});//var f = function(i){//return function(){//if(i == 12){//Ext.MessageBox.hide();//}else{//var v = i/11;//Ext.MessageBox.updateProgress(v,Math.round(100*v)+"%",'载入中....');//}//}//}//for(var i=1;i<13;i++){//setTimeout(f(i),i*500);//}//2.自动加载Ext.MessageBox.show({title:'进度条',width:220,progress:true,wait:true,waitConfig:{inteval:100,duration:10000,fn:function(){Ext.MessageBox.hide();}}})})

?

热点排行