Sail E0 Webinar
Question
Below code is an example of:Ext.create('Ext.data.Store',{      model:'StudentDataModel', proxy : { type :'rest', actionMethods :{          read :'POST' // Get or Post type based on requirement     },     url :'restUrlPathOrJsonFilePath',// here we have to include the rest URL path which fetches data from database or Json file path where the data is stored reader:{ type :'json', // the type of data which is fetched is of JSON type root :'data' },}});
Options:
A .  Local Proxy
B .  Client Proxy
C .  Server Proxy
D .  Ajax Proxy
Answer: Option A





Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers