您的位置:首页 > Web前端 > JavaScript

Extjs 报错 this.addEvents is not a function

2014-02-16 13:30 766 查看
是要是因为没有 new 关键字

new Ext.Window({
width : 200,
height : 300,
layout : 'fit',
items : TKE.chartpanel.ChartPanelBaseCls()
}).show();中 
items :  TKE.chartpanel.ChartPanelBaseCls()   没有 new
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  extjs