froala 无序列表未显示在编辑器中
froala unordered list not showing in editor
我正在为我的网站 CMS 使用 Froala。
我正在尝试向编辑器添加无序列表。
我已经像这样添加了列表插件:
<script src="js/plugins/lists.min.js"></script>
当我初始化编辑器时,我将它添加到工具栏按钮
toolbarButtons: ['fullscreen','undo', 'redo' , '|', 'bold', 'italic', 'underline',
'outdent', 'indent', 'fontSize' , 'lists', 'color',
'clearFormatting', 'insertTable', 'insertImage',
'insertFile', 'html'],
但它没有出现在编辑器中。
为什么?
p.s.: 我也尝试添加 'insertUnorderedList' 而不是 'lists'
我在工具栏按钮中使用的设置不正确。
正确的术语是 formatUL 和 formatOL,而不是 lists.
https://www.froala.com/wysiwyg-editor/docs/options#toolbarButtons
我正在为我的网站 CMS 使用 Froala。 我正在尝试向编辑器添加无序列表。 我已经像这样添加了列表插件:
<script src="js/plugins/lists.min.js"></script>
当我初始化编辑器时,我将它添加到工具栏按钮
toolbarButtons: ['fullscreen','undo', 'redo' , '|', 'bold', 'italic', 'underline',
'outdent', 'indent', 'fontSize' , 'lists', 'color',
'clearFormatting', 'insertTable', 'insertImage',
'insertFile', 'html'],
但它没有出现在编辑器中。 为什么?
p.s.: 我也尝试添加 'insertUnorderedList' 而不是 'lists'
我在工具栏按钮中使用的设置不正确。 正确的术语是 formatUL 和 formatOL,而不是 lists.
https://www.froala.com/wysiwyg-editor/docs/options#toolbarButtons