在efckeditor中添加:
onDestroy : function(){
delete FCKeditorAPI.Instances[this.name];
window.FCKeditorAPI = null;
delete window.FCKeditorAPI;
Ext.Container.superclass.onDestroy.call(this);
},

本文详细介绍了如何在efckeditor中通过onDestroy事件删除FCKeditorAPI,包括实例化删除、全局变量清除及Ext.Container的销毁操作。
3134

被折叠的 条评论
为什么被折叠?



