KindEditor编辑框的内容上传

参考KindEditor的官方提供文档:

1.界面

<textarea id="content" name="content" style="width: 185px; height: 100px;">${content}</textarea>


2.javascript,可以根据自己的项目进行修改cssPath、uploadJson、fileManagerJson的路径。

<script type="text/javascript">
$(function() {
var editor3 = KindEditor.create('textarea[name="content"]', {
resizeType : 1,
allowPreviewEmoticons : false,
allowImageRemote : false,
filterMode : false,
cssPath : '${ctx}/rel/js/kindeditor/plugins/code/prettify.css',
uploadJson : '${ctx}/rel/js/kindeditor/jsp/upload_json.jsp',
fileManagerJson : '${ctx}/rel/js/kindeditor/jsp/file_manager_json.jsp',
allowFileManager : true,
afterBlur : function() {
this.sync();
},
items : [
        'source','fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline',
        'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',
        'insertunorderedlist', 'image', 'multiimage','link','unlink']
});


});
</script>


3.copy lib文件夹中带的jar包到项目中



4. 按需求修改上面的upload_json.jsp和file_manager_json.jsp这两个文件的Java脚本代码即可。(也可以把其中的Java代码使用到java文件中使用)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值