关于Extjs的GridPanel问题
初学Extjs,做GridPanel的练习时firefox的错误控制台总是出现this.setConfigisnotafunction的错误。查看ext-all.js发现...
初学Extjs,做GridPanel的练习时firefox的错误控制台总是出现
this.setConfig is not a function的错误。查看ext-all.js
发现是Ext.grid.ColumnModel 这个方法里的错误。
请高手指点。万分感谢
附上代码
Ext.onReady(function() {
var cm = Ext.grid.ColumnModel([
{header : "Name", width : 100, dataIndex : "Name"},
{header : "Sex", width : 50, dataIndex : "Sex"},
{header : "Birthday", width : 150, format : "Y-m-d", dataIndex : "Birthday"}
]);
})
其他方法都删掉了。依然报错。 展开
this.setConfig is not a function的错误。查看ext-all.js
发现是Ext.grid.ColumnModel 这个方法里的错误。
请高手指点。万分感谢
附上代码
Ext.onReady(function() {
var cm = Ext.grid.ColumnModel([
{header : "Name", width : 100, dataIndex : "Name"},
{header : "Sex", width : 50, dataIndex : "Sex"},
{header : "Birthday", width : 150, format : "Y-m-d", dataIndex : "Birthday"}
]);
})
其他方法都删掉了。依然报错。 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询