Редактор Froala WYISWYG, не отображающий панель инструментов

<script>
    $(function () {
        $('textarea#froala-editor').froalaEditor({
            toolbarInline: false,
            toolbarButtons: [ 'bold', 'italic', 'underline', 'strikeThrough', 'subscript', 'superscript', '-', 'paragraphFormat', 'align', 'formatOL', 'formatUL'],
            toolbarVisibleWithoutSelection: true
         })
     });
</script>

Он просто появляется в текстовом поле без панели инструментов.

javascript,jquery,html,froala,

1
Яндекс.Метрика