Ext-JS Question:

Explain extjs decode()?

Tweet Share WhatsApp

Answer:

var json = Ext.decode(response.responseText);
Ext.Msg.alert('Error', json.error);

Download Ext JS PDF Read All 65 Ext JS Questions
Previous QuestionNext Question
Explain how to register callbacks to the load and exception events of the JsonStore?What is Ext JS?