maomao_977
5 Oct 2007, 10:49 AM
I want to load the mask when clicking button, but it doesn't work under my codes,
could you tell me what's wrong, appreciate your help.
function ButtonClick(sender,e)
{
var loadMask=new Ext.LoadMask(document.body,{msg:'loading'});
loadMask.show();
...
}
could you tell me what's wrong, appreciate your help.
function ButtonClick(sender,e)
{
var loadMask=new Ext.LoadMask(document.body,{msg:'loading'});
loadMask.show();
...
}