gpt4 book ai didi

javascript - nicEditor 使用 jquery 添加/删除图标

转载 作者:太空宇宙 更新时间:2023-11-04 15:37:26 25 4
gpt4 key购买 nike

我尝试向我的应用程序添加富文本编辑器。我正在使用nicEdit .

bkLib.onDomLoaded(function() {
nicEditors.editors.push(new nicEditor().panelInstance(document.getElementById('single_answer_description')));
});

我添加此部分是为了将普通文本区域转换为富文本编辑器。看起来不错:

enter image description here

我现在想做的是只显示一些图标,例如BIU。我不想要所有的图标。我怎样才能隐藏那些?我还想在富文本编辑器内容中默认设置字体系列。

我尝试搜索很多链接,但找不到针对此问题的任何正确解决方案。请帮助我摆脱这个问题。提前致谢。

最佳答案

根据 the documentation

您可以在实例化对象时添加所需的按钮数组。

bkLib.onDomLoaded(function() {
nicEditors.editors.push(
new nicEditor({buttonList:['bold','italic']}).panelInstance(document.getElementById('single_answer_description')));
});

关于javascript - nicEditor 使用 jquery 添加/删除图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44196770/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com