在Extjs 4中从服务器填充组合框中的数据

时间:2014-03-14 07:21:32

标签: extjs4

我收到了这个错误。

未捕获的TypeError:无法调用未定义的方法'indexOf'。

   var  infost =  Ext.create('Ext.data.JsonStore', {
                    itemId:'infostore',
                    autoLoad:true,
                    fields:['Name','Address','Trade'],

                    Proxy:{
                        type:'Ajax',
                        url:'mera.json',
                        actionMethods: {
                                       read: 'POST'
                                   },
                        reader:{    
                            type : 'json',
                            root:'data',
                            totalProperty:'total',
                            record:'stu'
                        }
                    }

            });

0 个答案:

没有答案