首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

Ext.ux.grid.RowActions Destroy有关问题

2012-11-23 
Ext.ux.grid.RowActions Destroy问题今天发现Ext.ux.grid.RowActions使用的时候,如果gridpanl放在tabpanel

Ext.ux.grid.RowActions Destroy问题
今天发现Ext.ux.grid.RowActions使用的时候,如果gridpanl放在tabpanel的二级panel中。关闭该tab页,会报错。错误内容为:Ext.grid.ColumnModel无法调用Ext.ux.grid.RowActions的destroy方法。
在Ext.ux.grid.RowActions中添加空的destroy可解决。

Ext.extend(Ext.ux.grid.RowActions, Ext.util.Observable, {destroy:function(){},

热点排行