CKEditor 使用 所见即所得文字编辑器

来源:互联网 发布:linux 打印debug日志 编辑:程序博客网 时间:2024/05/17 04:19


CKEditor 使用 所见即所得文字编辑器

下载:http://ckeditor.com/download

 

载入CKEditor:

 导入 1,ckeditor文件夹 2,jar包

jsp页面中:

<head><script type="text/javascript" src="ckeditor/ckeditor.js"></script><script type="text/javascript">window.onload = function() {CKEDITOR.replace( 'content' );};</script></head>


<tr><td colspan="2">内容: <br /><br /> <textarea name="content"></textarea></td></tr>




原创粉丝点击