阅读背景:

从ext.data.store获取实际数据

来源:互联网 

I have this data store

我有这个数据存储

 mystore= Ext.create('Ext.data.Store', {
        id: _id.boxesComboStore,
        fields: ['label', 'value', 'id', 'type'],
        autoLoad: true,
        proxy: {
            type: 'ajax',
            url: 'url/to/controller',
            reader: {
                type: 'json',
                root: 'MyModel'
            }
        }
})
 mystore= 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: