froala / vue-froala-wysiwyg

Vue component for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
633 stars 86 forks source link

How can I disable toolbar in Vue #46

Closed mianyue502 closed 6 years ago

mianyue502 commented 6 years ago

A button which call a function when it is clicked. I want to make the toolbar disabled in this function. How can I do this?

stefanneculai commented 6 years ago

The best approach would be to use the manual initialization where you get the editor instance and can call the methods directly on it: https://github.com/froala/vue-froala-wysiwyg#manual-instantiation.