Hi is there any possible to disable the summernote editor but the toolbar is enable because I have print button.
I cannot use $('#summernote').summernote('disable'); because it will disable the editor at the same time the toolbar.
How can I handle this?
Thanks in advance.
I found it now, Admin you can close this issue thanks.
$(".note-editable").attr("contenteditable","false")
Most helpful comment
I found it now, Admin you can close this issue thanks.
$(".note-editable").attr("contenteditable","false")