Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jsf-2/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Plugins froala无序列表未显示在编辑器中_Plugins_Froala - Fatal编程技术网

Plugins froala无序列表未显示在编辑器中

Plugins froala无序列表未显示在编辑器中,plugins,froala,Plugins,Froala,我正在使用Froala作为我的网站CMS。 我正在尝试将无序列表添加到编辑器中。 我添加了列表插件,如下所示: <script src="js/plugins/lists.min.js"></script> 但它没有出现在编辑器中。 为什么? p、 美国:我还尝试添加“InsertunderedList”而不是“List”我在工具栏按钮中使用了不正确的设置。 正确的术语是formatUL和formatOL,而不是列表 终于!非常感谢你! toolbarButto

我正在使用Froala作为我的网站CMS。 我正在尝试将无序列表添加到编辑器中。 我添加了列表插件,如下所示:

<script src="js/plugins/lists.min.js"></script>
但它没有出现在编辑器中。 为什么?


p、 美国:我还尝试添加“InsertunderedList”而不是“List”

我在工具栏按钮中使用了不正确的设置。 正确的术语是formatUL和formatOL,而不是列表


终于!非常感谢你!
    toolbarButtons: ['fullscreen','undo', 'redo' , '|', 'bold', 'italic', 'underline', 
                     'outdent', 'indent', 'fontSize' , 'lists', 'color',
                     'clearFormatting', 'insertTable', 'insertImage',  
                     'insertFile', 'html'],