提示框加载的效果。具体请看图,不会描述

图片说明
点击确定后图片说明
会这样。求告知怎么弄!!

http://docs.sencha.com/extjs/4.1.3/#!/api/Ext.window.MessageBox-method-show

 Ext.MessageBox.show({
           msg: 'Saving your data, please wait...',
           progressText: 'Saving...',
           width:300,
           wait:true,
           waitConfig: {interval:200},
           icon:'ext-mb-download', //custom class in msg-box.html
           animateTarget: 'mb7'
       });