主题: 工具栏竖线显示不了,
作者: 小白菜_iyy, 发布日期: 2014-04-24 16:23:44, 浏览数: 1752

我用的是4.1.10版本的,为什么工具栏上面的竖线显示不了呢,还有每次粘贴的时候都弹出提示框提示:“确定允许此网页访问剪贴板吗”,这是怎么回事呢?望大神解答啊!
加载的代码:卸载外部js中,页面是jsp
KindEditor.ready(function(K) {
  var options = {
   resizeType : 0,
   items : [
            'undo', 'redo', 'print', 'cut', 'copy', 'paste', '|',
      'justifyleft', 'justifycenter', 'justifyright', 'justifyfull',
      'insertorderedlist', 'insertunorderedlist','indent', 'outdent',
      'subscript', 'superscript', '|','selectall','/','fullscreen',
      'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold',
      'italic', 'underline', 'strikethrough', 'removeformat', '|', 'hr'
      ]
   

  };
  editor = K.create('#LAWTEXT', options);
 });

发表新帖 发表回复