如何在 bootstrap使用kindeditor文本编辑器
如何在 bootstrap使用kindeditor文本编辑器
日期:2015-08-23 15:50:25 人气:1
下载好KEDITIOR编辑器,并放在相关的目录下,然后 KindEditor.ready(function(K) { window.editor = K.create('#editor_id'); }); 上面假设编辑器是放在根目录下的editor目录下,这里你应该根据自己的实际情况进行更改 数据获取这样: html = editor...