当前位置: 代码迷 >> Web前端 >> ext fck 第二次 不弹出 有关问题
  详细解决方案

ext fck 第二次 不弹出 有关问题

热度:324   发布时间:2012-08-22 09:50:35.0
ext fck 第二次 不弹出 问题
在efckeditor中添加:
    onDestroy : function(){
      delete FCKeditorAPI.Instances[this.name];
      window.FCKeditorAPI = null;
      delete window.FCKeditorAPI;
      Ext.Container.superclass.onDestroy.call(this);
    },
  相关解决方案