Add custom button in ckeditor plugin grapesjs #5401
Unanswered
JoanCodinachUoc
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You have to figure that out from the CKEditor's API |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use the pluginOptions of the ckeditor plugin in grapesjs to include the buttons that i want and works fine. Now i want a button in ckeditor that open my angular modal, like i did with rich text editor.
this.editor.RichTextEditor.add('variables', { icon: '..', result : 'here i open my pop up}
How can i add a button in ckeditor toolbar that can open my angular pop up ?
Beta Was this translation helpful? Give feedback.
All reactions