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

                                        var store=Ext.data.SimpleStore(
                                           
{
                                                fields:fields,
                                                data:data                                           
                                            }

           
                            );                                            

这儿是一段使用建造store数据库实例的方法,由于没有加new 构造实例,出现this.onMetaChange的错误
posted @ 2008-04-24 11:41  枫崖  阅读(587)  评论(0编辑  收藏  举报