一个页面放两个kindeditor时插入图片框不能调出来, 显示JS错误, KE.g[...] is null or not an object,该怎么办, 请帮忙!

解决方案 »

  1.   

    一个页面怎么插入两个kindeditor啊?求助··········
      

  2.   

    new KindEditor 的时候 放在2个对象里就可以了啊。
      

  3.   

    以下是解决方法
              <script type="text/javascript" charset="utf-8" src="../kindeditor/kindeditor.js"></script>
              <script>
               KE.show({
         id : 'd1'
        //newlineTag : 'p'
    });
    KE.show({
         id : 'd2'
        //newlineTag : 'p'
    });
    KE.show({
         id : 'd3'
        //newlineTag : 'p'
    });