Ext.Ajax.request({ url:'abc/abc/abc', success: function(response){ var result = Ext.decode(response.responseText); var value=result.roles;
I can't get get Intellisense to display any methods other than Object methods when I inherit through Ext.extend(). Is it possible for Intellisense to display t
I have found a good TreeGrid control in ExtJS library. But there is one thing, I have very big tree and I need the loading on demand. Does anybody know how to