Ext 等待提示

var myMask = new Ext.LoadMask(Ext.getBody(), {msg:"请稍后..."});

myMask.show();//显示

...

myMask.hide();//隐藏

 

你可能感兴趣的:(ext)