Ext-JS Question:
Download Job Interview Questions and Answers PDF
Explain extjs decode()?
Answer:
var json = Ext.decode(response.responseText);
Ext.Msg.alert('Error', json.error);
Ext.Msg.alert('Error', json.error);
Download Ext JS Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain how to register callbacks to the load and exception events of the JsonStore? | What is Ext JS? |