Summernote: Disable editor but Enable Toolbar specifically Print Button

Created on 29 Jun 2016  路  1Comment  路  Source: summernote/summernote

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.

Most helpful comment

I found it now, Admin you can close this issue thanks.
$(".note-editable").attr("contenteditable","false")

>All comments

I found it now, Admin you can close this issue thanks.
$(".note-editable").attr("contenteditable","false")

Was this page helpful?
0 / 5 - 0 ratings