ckeditor / ckeditor4-angular

Official CKEditor 4 Angular component.
Other
55 stars 32 forks source link

Currenlty there is no way to open dialog box from a custom added button in the toolbar #235

Closed parascodejudge closed 2 years ago

parascodejudge commented 2 years ago

So the CKeditor api provides api to add definition of a dialog for the editor and then you can open that dialog box from exec function of add command of the button. How can i open a dialog box after clicking on the custom button CKEDITOR.dialog.add

sculpt0r commented 2 years ago

Hi @parascodejudge There is an option in the dialog API: https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-openDialog

Please note that our GitHub issue tracker serves for reporting bugs and new features only. Unfortunately, your request is neither of them, therefore please leave your question on Stack Overflow where our team and the community assist other users in solving their issues. Also, since CKEditor is an Open Source software, we believe it’s crucial to share proposed solutions and make others benefit from them.

If you have CKEditor license, please contact our support team. You also can ask your implementation questions at Stack Overflow.