1

我目前正在使用 Jodit 编辑器并启用了“画笔”按钮,如下所示:

 data() {
        return {
            editor: null,
            buttons: [
                "bold",
                "strikethrough",
                "underline",
                "italic",
                "|",
                "ul",
                "ol",
                "|",
                // "outdent",
                // "indent",
                "|",
                // "fontsize",
                "brush",
                "|",
                "link",
                "align"
            ],
            overlay: null,
            container: null,
            toolbar: null,
        }
    },

当我使用这个按钮时,我只能使用预定义的颜色。在 Jodit 游乐场页面https://xdsoft.net/jodit/play.html上,当我单击按钮时,我可以选择使用我输入的 Hex 或 RGB 颜色。我已经搜索了文档,但没有看到添加此功能的参考。

如何启用设置自己颜色的功能?

4

0 回答 0