kindeditor 手机端使用方法 使用kindeditor 4.1.7

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了kindeditor 手机端使用方法 使用kindeditor 4.1.7相关的知识,希望对你有一定的参考价值。

在前端代码中加入

<link rel="stylesheet" href="/editors/themes/default/default.css" />    //地址按自己路径
        <script charset="utf-8" src="/editors/kindeditor.js"></script>   //地址按自己路径
        <script charset="utf-8" src="/editors/lang/zh_CN.js"></script>  //地址按自己路径
        <script>
            var editor;
            KindEditor.ready(function(K) {
                editor = K.create(‘textarea[name="content"]‘, {

                    resizeType : 1,
                    filterMode: true,
                    allowPreviewEmoticons : false,
                    allowImageUpload : false,
                    newlineTag : "p",
                    height : ‘200px‘,
                    width : ‘95%‘,        //宽度用百分比 否则容易错
                    items : [
                        ]    //这里面加入需要的控件
                });
            });
        </script>

在kindeditor.js文件中注释掉下面一段代码4760行左右 可搜索mobile

if (_MOBILE && (!_ios || _V < 534)) {
        self.designMode = false;
    }

 

以上是关于kindeditor 手机端使用方法 使用kindeditor 4.1.7的主要内容,如果未能解决你的问题,请参考以下文章

KindEditor在eclipse里的配置方法

kindeditor4.1.11的使用方法

kindeditor 上传下载文件

kindeditor 加入七牛云上传

网站漏洞修复被 提示该网站内容被禁止访问

kindeditor富文本编译器