欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

jsp如何使用kindeditor

程序员文章站 2022-04-13 13:07:47
...

1.https://github.com/kindsoft/kindeditor 下载kindeditor
2.把kindeditor引入项目中

<link rel="stylesheet"
	href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<script type="text/javascript" charset="utf-8"
	src="${pageContext.request.contextPath }/kindeditor-master/kindeditor-all.js"></script>
 
<script type="text/javascript" charset="utf-8"
	src="${pageContext.request.contextPath }/kindeditor-master/lang/zh_CN.js"></script>
 
<script type="text/javascript">
<!--var editor;
	KindEditor.ready(function(K) {
		editor = K.create('#kindEditor_demo', {});
	});
	-->
</script>
相关标签: kindeditor