gpt4 book ai didi

redactor - fontcolor 插件不起作用

转载 作者:行者123 更新时间:2023-12-04 04:45:28 25 4
gpt4 key购买 nike

我加了 fontcolor plugin关于 RedactorJS 的最新版本(9.1.1)。它不起作用。我无法添加 plunker/jsFiddle 因为 RedactorJS需要许可证,但我提供了我的 conf 文件:

<script src="redactor/redactor.min.js"></script>
<script src="plugins/fontcolor/fontcolor.js"></script>

<script type="text/javascript">
$(function() {
$('#redactor').redactor({
buttons: [
'bold',
'italic',
'underline',
'fontcolor',
'formatting',
'image',
'link',
'unorderedlist',
'orderedlist',
'alignment',
'|',
'html'
]
});
});
</script>
<textarea id="redactor" name="content">
<h2>Hello and Welcome</h2>
<p>...</p>
</textarea>

最佳答案

修复这个:

$('#redactor').redactor({
plugins: ['fontcolor'],
buttons: [
'bold',
'italic',
'underline',
'formatting',
'image',
'link',
'unorderedlist',
'orderedlist',
'alignment',
'|',
'html'
]
});

关于redactor - fontcolor 插件不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18254933/

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