summernote note-popover appearing in top left on clicking button to add editor
up vote
0
down vote
favorite
I have a problem with summernote.
I've got adding note-popover appearing in top left on clicking button to add editor.
here is a screenshot
Anyone else have that problem?
here is a screenshot of the DOM tree
I have last version of the summernote from their website [0.8.9]
$(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
add a comment |
up vote
0
down vote
favorite
I have a problem with summernote.
I've got adding note-popover appearing in top left on clicking button to add editor.
here is a screenshot
Anyone else have that problem?
here is a screenshot of the DOM tree
I have last version of the summernote from their website [0.8.9]
$(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
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a problem with summernote.
I've got adding note-popover appearing in top left on clicking button to add editor.
here is a screenshot
Anyone else have that problem?
here is a screenshot of the DOM tree
I have last version of the summernote from their website [0.8.9]
$(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
I have a problem with summernote.
I've got adding note-popover appearing in top left on clicking button to add editor.
here is a screenshot
Anyone else have that problem?
here is a screenshot of the DOM tree
I have last version of the summernote from their website [0.8.9]
$(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
javascript html popup editor summernote
asked Nov 10 at 11:16
Re_p1ay
67
67
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
Ok, I found a solution, if this helps someone.
$(discription_list).summernote(
// width: editorWidth,
popover:
image: ,
link: ,
air:
,
toolbar: [
['font-style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']],
['para', ['ul', 'ol']],
['misc', ['undo', 'redo']],
['savebutton', ['save']],
['cancelbutton', ['cancel']],
],
buttons:
save: SaveButton,
cancel: CancelButton
);
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Ok, I found a solution, if this helps someone.
$(discription_list).summernote(
// width: editorWidth,
popover:
image: ,
link: ,
air:
,
toolbar: [
['font-style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']],
['para', ['ul', 'ol']],
['misc', ['undo', 'redo']],
['savebutton', ['save']],
['cancelbutton', ['cancel']],
],
buttons:
save: SaveButton,
cancel: CancelButton
);
add a comment |
up vote
0
down vote
accepted
Ok, I found a solution, if this helps someone.
$(discription_list).summernote(
// width: editorWidth,
popover:
image: ,
link: ,
air:
,
toolbar: [
['font-style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']],
['para', ['ul', 'ol']],
['misc', ['undo', 'redo']],
['savebutton', ['save']],
['cancelbutton', ['cancel']],
],
buttons:
save: SaveButton,
cancel: CancelButton
);
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Ok, I found a solution, if this helps someone.
$(discription_list).summernote(
// width: editorWidth,
popover:
image: ,
link: ,
air:
,
toolbar: [
['font-style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']],
['para', ['ul', 'ol']],
['misc', ['undo', 'redo']],
['savebutton', ['save']],
['cancelbutton', ['cancel']],
],
buttons:
save: SaveButton,
cancel: CancelButton
);
Ok, I found a solution, if this helps someone.
$(discription_list).summernote(
// width: editorWidth,
popover:
image: ,
link: ,
air:
,
toolbar: [
['font-style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']],
['para', ['ul', 'ol']],
['misc', ['undo', 'redo']],
['savebutton', ['save']],
['cancelbutton', ['cancel']],
],
buttons:
save: SaveButton,
cancel: CancelButton
);
answered Nov 11 at 17:23
Re_p1ay
67
67
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53238399%2fsummernote-note-popover-appearing-in-top-left-on-clicking-button-to-add-editor%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password