ckeditor / ckeditor5-angular

Official CKEditor 5 Angular 5+ component.
https://ckeditor.com/ckeditor-5
Other
205 stars 112 forks source link

two way binding of selection #306

Open rtmfpuser opened 2 years ago

rtmfpuser commented 2 years ago

I want to develop something like an ide, when a ckeditor plugin or widget is cliked or selected, the plugin or widget parameters are displayed in the right panel, the parameters can be updated from the right panel. How can I make it?

Mgsy commented 2 years ago

Hi @rtmfpuser! Sorry for the late reply.

I would like to better understand your use case, so could you please share a more detailed description of your use case with examples and requirements?

rtmfpuser commented 2 years ago

sorry for late reply. I am developing a web application using Angular and a third party UI library primeng. I want to develop some ckeditor plugins. When use configure the pararmeters of the plugin, a primeng dialog will be called.