【发布时间】:2019-04-13 18:30:43
【问题描述】:
我对 Summernote 有疑问。
点击按钮添加编辑器时,我添加了出现在左上角的注释弹出框。 here is a screenshot
其他人有这个问题吗?
here is a screenshot of the DOM tree
我从他们的网站 [0.8.9] 获得了最新版本的 summernote
$(discription_list).summernote({
// width: editorWidth,
toolbar: [
['font-style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']],
['para', ['ul', 'ol']],
['misc', ['undo', 'redo']],
['savebutton', ['save']],
['cancelbutton', ['cancel']],
],
buttons: {
save: SaveButton,
cancel: CancelButton
}
});
【问题讨论】:
标签: javascript html popup editor summernote