How to decode response in Ext.js?

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

Comments

Popular posts from this blog

How to start and stop editing a record?