在使用ext2.0中使用store加载数据出现this.onMetaChange has no properties错误

在使用ext2.0中使用store加载数据出现this.onMetaChange has no properties错误
在使用ext2.0中使用store加载数据出现this.onMetaChange has no properties错误
                                         var  store = Ext.data.SimpleStore(
                                           
{
                                                fields:fields,
                                                data:data                                           
                                            }

           
                            );                                            

这儿是一段使用建造store数据库实例的方法,由于没有加new 构造实例,出现this.onMetaChange的错误
Tag标签: Ext

你可能感兴趣的:(在使用ext2.0中使用store加载数据出现this.onMetaChange has no properties错误)