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