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

ツールバーが表示されないだけで、テキストエリアが表示されています。Froala WYISWYGエディタにツールバーが表示されない

答えて

0

toolbarInlineとtoolbarVisibleWithoutSelectionオプションを削除しても問題ありません。

また、関数selector.froalaEditor( 'toolbar.show')があります

関連する問題