Explain what is purpose of loadData() in store?
Submitted by: Administratorstore.loadData( Object data, [Boolean append] ) : void
Loads data from a passed data block and fires the load event.
loadData(storeData,false); False to replace the existing records cache.
loadData(storeData,true) : True to append the new Records rather than replace the existing cache.
Submitted by: Administrator
Loads data from a passed data block and fires the load event.
loadData(storeData,false); False to replace the existing records cache.
loadData(storeData,true) : True to append the new Records rather than replace the existing cache.
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. |