You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created the custom button, on pressing this button, I have included the checkbox by using this code,
context.invoke('editor.pasteHTML', '');
By on clicking, the code should be changed into << #input type="checkbox" checked="checked" class="note-editor-checkbox"/>>, but that was not happened, no change in the code.
The text was updated successfully, but these errors were encountered:
I have created the custom button, on pressing this button, I have included the checkbox by using this code,
context.invoke('editor.pasteHTML', '');
By on clicking, the code should be changed into << #input type="checkbox" checked="checked" class="note-editor-checkbox"/>>, but that was not happened, no change in the code.
The text was updated successfully, but these errors were encountered: