Ext messageBox hide 小应用

阅读更多




function tishi(){
  	Ext.MessageBox.show({
		msg: '订餐中,请稍候...',
		progressText: '订餐中',
		width:300,
		wait:true,
		waitConfig: {interval:100},
		icon:'ext-mb-download',
		animEl: 'sysBtn'
	}).getDialog().setPosition(350,200);
  }
  
   function hide(){
  	Ext.MessageBox.hide();
  }
  • ext.rar (147.9 KB)
  • 下载次数: 1

你可能感兴趣的:(Ext messageBox hide 小应用)