Answers

Question and Answer:

  Home  Ext JS

⟩ Explain purpose of Load mask?

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();

 163 views

More Questions for you: