摘要: js:Ext.define('MyApp.store.MyJsonStore', { extend: 'Ext.data.Store', requires: [ 'MyApp.model.Person', 'Ext.data.proxy.Ajax', 'Ext.data.reader.Json' ], config: { autoLoad: true, data: [ { id: 909, firstName: 'Ant... 阅读全文
posted @ 2014-01-18 21:25 zyip 阅读(272) 评论(0) 推荐(0)
摘要: asp.net server side codejs:Ext.define('MyApp.store.MyJsonPStore', { extend: 'Ext.data.Store', requires: [ 'MyApp.model.Person', 'Ext.data.proxy.JsonP', 'Ext.data.reader.Json' ], config: { autoLoad: true, data: [ { id: 268, ... 阅读全文
posted @ 2014-01-18 21:14 zyip 阅读(313) 评论(0) 推荐(0)
摘要: add this to your loader config:Ext.Loader.setConfig({ disableCaching: false});or :click 'application' on sencha architect , find out 'loader config' config, click the plus icon on the right, click right icon on the right,find out 'disableCaching' config, click the checkbox an 阅读全文
posted @ 2014-01-18 19:46 zyip 阅读(199) 评论(0) 推荐(0)