I'm using the summernote WYSIWYG editor and on my page there could be several fields that could be edited with WYSIWYG formatting although I'd like to hide the toolbar on all textfields and only show the toolbar when the user have pressed within the textfield for one of the WYSIWYG fields.
You can pass toolbar as false
$('#summernote').summernote({
toolbar: false,
.....
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With