向页面添加富文本编辑器
Posted 崔布斯
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了向页面添加富文本编辑器相关的知识,希望对你有一定的参考价值。
首先添加一个textarea:
1 <tbody id="tab_3" style="display: none"> 2 <tr> 3 <td > 4 <textarea rows="20" cols="180" id="productdesc" name="description"></textarea> 5 </td> 6 </tr> 7 </tbody>
添加js代码:
1 if(ref == \'#tab_3\'){ 2 // 编辑器参数 3 var kingEditorParams = { 4 //指定上传文件参数名称 5 filePostName : "uploadFile", 6 //指定上传文件请求的url。 7 uploadJson : \'/upload/uploadFck.do\', 8 //上传类型,分别为image、flash、media、file 9 dir : "image"//, 10 // width : \'1000px\', 11 // height : \'400px\' 12 }; 13 KindEditor.create(\'#productdesc\',kingEditorParams); 14 KindEditor.sync(); 15 }
库的引用:
以上是关于向页面添加富文本编辑器的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 C# 和 OleDB 向 Access 数据库表中添加富文本列?
添加富文本编辑器使用xss攻击BeautifulSoup4模块富文本编辑器上传图片修改头像)