主题: 怎么削弱kindeditor的功能
作者: 水云间, 发布日期: 2012-10-04 14:38:16, 浏览数: 2686

我安装的3.5.2版本

功能比原来的强大了不知多少倍,但是太强大了也不好,怎么去掉上面的一些按钮,如去掉表情按钮,要怎么弄?

作者: Jason, 发布日期: 2012-10-04 14:50:11

看这里:

http://www.kindsoft.net/docs/option.html#items

回复
作者: 水云间, 发布日期: 2012-10-04 15:15:59
不怎么详细
回复
作者: Jason, 发布日期: 2012-10-04 15:43:35

在你调用的地方,修改代码:

K.create('#id', {
 items : [
'source', '|', 'undo', 'redo', '|', 'preview', 'print', 'template', 'code', 'cut', 'copy', 'paste',
'plainpaste', 'wordpaste', '|', 'justifyleft', 'justifycenter', 'justifyright',
'justifyfull', 'insertorderedlist', 'insertunorderedlist', 'indent', 'outdent', 'subscript',
'superscript', 'clearhtml', 'quickformat', 'selectall', '|', 'fullscreen', '/',
'formatblock', 'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold',
'italic', 'underline', 'strikethrough', 'lineheight', 'removeformat', '|', 'image', 'multiimage',
'flash', 'media', 'insertfile', 'table', 'hr', 'emoticons', 'baidumap', 'pagebreak',
'anchor', 'link', 'unlink', '|', 'about'
]

});


上面是默认的按钮配置,可以按照自己的需求对照官方技术文档减少按钮。

回复
作者: 水云间, 发布日期: 2012-10-04 15:50:52
好的,谢谢
回复
发表新帖 发表回复