CKEditor3.x 使用

本文介绍了一种将富文本编辑器集成到Web应用的方法,并详细解释了如何配置和使用这些编辑器来增强用户体验。文章包括了如何引入必要的JS文件、设置路径以及通过jQuery插件初始化编辑器等内容。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >




<%@ page contentType="text/html;charset=UTF-8"%>
<%@ include file="/commons/taglibs.jsp"%>
<%
String path = request.getContextPath();
%>
<script src="<%=path%>/statics/js/common/common.js"
type="text/javascript"></script>
<script src="<%=path%>/editor/ckeditor/ckeditor.js"
type="text/javascript"></script>
<script src="<%=path%>/editor/ckeditor/adapters/jquery.js"
type="text/javascript"></script>
<script src="js/paper.js"
type="text/javascript"></script>
<script type="text/javascript">
var app_path="<%=path%>";
var mainpage = false;
</script>
<script type="text/javascript">
$(function() {


$('#content').ckeditor();

});

</script>

<body>
<table><tr><td>
<textarea name="studentAnswer" id="content" style="width: 80%; height: 60px;" class="enable">
</textarea></td></tr>
</table>
</body>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值