Froala WYISWYG编辑器不显示工具栏

Froala WYISWYG editor not showing the toolbar

本文关键字:显示 工具栏 编辑器 WYISWYG Froala      更新时间:2023-09-26
<script>
    $(function () {
        $('textarea#froala-editor').froalaEditor({
            toolbarInline: false,
            toolbarButtons: [ 'bold', 'italic', 'underline', 'strikeThrough', 'subscript', 'superscript', '-', 'paragraphFormat', 'align', 'formatOL', 'formatUL'],
            toolbarVisibleWithoutSelection: true
         })
     });
</script>

它只是出现在没有工具栏的文本区。

我相信如果你删除toolbarInline和toolbarVisibleWithoutSelection选项,你会没事的。

还有一个函数selector.froalaEditor('toolbar.show')