六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 62|回复: 0

Fckeditor

[复制链接]

升级  8%

66

主题

66

主题

66

主题

举人

Rank: 3Rank: 3

积分
224
 楼主| 发表于 2013-1-27 05:42:09 | 显示全部楼层 |阅读模式
1.test.jsp
<div>
              <textarea id="content" name="content" style="WIDTH: 100%; HEIGHT: 400px"><c:out value="${news.content }"/></textarea>
    <script type="text/javascript">
    var oFCKeditor = new FCKeditor('content') ;
    oFCKeditor.BasePath = "<%=request.getContextPath() %>/" ;
    oFCKeditor.Height = 300;
    oFCKeditor.ToolbarSet = "Default" ;
    oFCKeditor.ReplaceTextarea();
    </script>
 </div>
2.<script type="text/javascript" src="<%=request.getContextPath() %>/fckeditor.js"></script>
 
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表