毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> WEB开发 >> 正文

TypeError: c.getRootNode is not a function

更新时间:2013-8-5:  来源:毕业论文

TypeError: c.getRootNode is not a function

主程序:
xtype: 'formgrid',
title:'测试管理列表',
store:zcgl.store.FormGrid,


store层:
Ext.define("zcgl.store.FormGrid",{
        extend:'Ext.data.Store',
        id:'FormGridStore',
        model:'zcgl.model.FormGrid',
        proxy:{
                type:'ajax',
                url:'/zcgl/service/testLoader.php?key=search',
                reader:{
                        type:'json',
                        //root:'topics'
                },
                writer:{
                        type:'json'
                }
        },
        groupField:'bj',//按照什么字段分组
        autoLoad:true
})


model层:
// User类
Ext.define("zcgl.model.FormGrid",{
        extend:"Ext.data.Model",
        fields:[
                {name:'id',type:'int',sortable:true},
                {name:'bj',type:'string',sortable:true},
                {name:'xh',type:'string',sortable:true},
                {name:'xm',type:'string',sortable:true},
                {name:'xb',type:'string',sortable:true},
                {name:'csrq',type:'string',sortable:true},
                {name:'zzmm',type:'string',sortable:true},
                {name:'jg',type:'string',sortable:true},
                {name:'sfzhm',type:'string',sortable:true},
                {name:'mz',type:'string',sortable:true}
        ]
})

可能是js文件没完全加载,可以清空浏览器高速缓存试试
或者你的js框架兼容性有问题,下载最新的版本试试

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。