码迷,mamicode.com
首页 > 其他好文 > 详细

在线编辑器ckeditor配置与使用

时间:2016-01-18 20:26:04      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:

1、去官网下载http://ckeditor.com/合适的版本,我用的是最新版,ckeditor_4.5.6_standard

 

2、将解压的文件夹复制到WebContent文件夹下(本人IDE的是Eclipse

 

3jsp页面引入

 

<link rel="stylesheet" href="${pageContext.request.contextPath}/css/samples.css">

<script src="${pageContext.request.contextPath}/ckeditor/ckeditor.js"></script>

 

4、具体的引用字段

//class id 名字不要改

 <textarea class="ckeditor" cols="30" id="editor1" name="pdesc" rows="80"></textarea>

 

注意:回显的时候<s:property escape="0" value="model.pdesc"/>一定要添加 escape="0" 

             该字段一般设置text类型或更大的数据类型

 

在线编辑器ckeditor配置与使用

标签:

原文地址:http://www.cnblogs.com/tezlikai/p/5140279.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!