Explain purpose of Load mask?
Submitted by: AdministratorTo 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
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
Top Ext-JS Questions
☺ | What is Ext JS? |
☺ | Tell me what is maximum size of http post request? |
☺ | Explain EXT-JS Life cycle? |
☺ | Explain why did you choose Ext JS? |
☺ | Explain EXTJS components? |
Top Scripting language Categories
☺ | AngularJS Interview Questions. |
☺ | Ext-JS Interview Questions. |
☺ | Dojo Interview Questions. |
☺ | Expert Developer JavaScript Interview Questions. |
☺ | jQuery Mobile Interview Questions. |