首页 > 代码库 > kindeditor 手机端使用方法 使用kindeditor 4.1.7
kindeditor 手机端使用方法 使用kindeditor 4.1.7
在前端代码中加入
<link rel="stylesheet" href="http://www.mamicode.com/editors/themes/default/default.css" /> //地址按自己路径 <script charset="utf-8" src="http://www.mamicode.com/editors/kindeditor.js"></script> //地址按自己路径 <script charset="utf-8" src="http://www.mamicode.com/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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。