Adds to elements inside the editor, a popup edit dialog.
Jodit.make('#editor', { toolbarInline: true, toolbarInlineForSelection: true, toolbarInlineDisableFor: [], toolbarInlineDisabledButtons: ['source'], popup: { a: Jodit.atom(['link', 'unlink']) }}); Copy
Jodit.make('#editor', { toolbarInline: true, toolbarInlineForSelection: true, toolbarInlineDisableFor: [], toolbarInlineDisabledButtons: ['source'], popup: { a: Jodit.atom(['link', 'unlink']) }});
If you like Jodit - try Jodit PRO
Inline popup plugin
Adds to elements inside the editor, a popup edit dialog.