Explain purpose of Load mask?

Submitted by: Administrator
To apply mask to page level / component level.
restrict user not to access any components in page
var pageProcessBox = new Ext.LoadMask( Ext.getBody(), { msg: 'Loading Employee details.' } );
pageProcessBox.show();
Submitted by: Administrator

Read Online Ext-JS Job Interview Questions And Answers