jsp页面ckeditor配置

1.ckeditor放在WebRoot目录下。

2.jsp页面调用

<html>

<head>

<script type="text/javascript" src="<%=request.getContextPath()%>/ckeditor/ckeditor.js"></script> 
</head>

</html>



<body>

  <textarea class="ckeditor" cols="20" id="content" name="content" rows="2"></textarea>

</body>

扫描二维码关注公众号,回复: 1652184 查看本文章

猜你喜欢

转载自blog.csdn.net/qqzexin/article/details/50429981