kindeditor富文本编辑

KindEditor富文本编辑器使用教程

kindeditor包下载地址 :https://github.com/kindsoft/kindeditor/

<script src="${ctx}/javascripts/kindeditor/kindeditor-all-min.js" 
    type="text/javascript"></script>
<tr class="form_table">
          <th width="60">概述:</th>
          <td>
              <s:textarea key="demo" cssStyle="height:150px;" id="kindeditor"/> 
          </td>
 </tr>
var editor;
KindEditor.ready(function(K) {
  editor = K.create('#kindeditor', {
  allowImageUpload: false, //上传图片框本地上传的功能,false为隐藏,默认为true
  allowImageRemote : false, //上传图片框网络图片的功能,false为隐藏,默认为true
  allowFileManager : false, //浏览图片空间
  width:"96%",
//未设置items菜单,则加载全部菜单 items:[
'undo', 'redo', 'cut', 'copy', 'justifyleft', 'justifycenter', 'justifyright','justifyfull', 'insertorderedlist', 'insertunorderedlist','formatblock', 'fontname', 'fontsize', 'forecolor', 'hilitecolor', 'bold','italic', 'underline', 'strikethrough', 'lineheight','hr', 'removeformat', 'image', 'table', 'emoticons', 'pagebreak', 'anchor', 'link', 'unlink', 'about','clearhtml'], afterBlur: function(){this.sync()}, afterChange : function() { } }); });

 

转载于:https://www.cnblogs.com/hnzkljq/p/10868980.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值