ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.78k stars 2.46k forks source link

Configure instance name/key/id #5482

Closed domjanzsoo closed 1 year ago

domjanzsoo commented 1 year ago

Is there a way to configure the name under which an instance is listed in the CKEDITOR object? I see an instance can be selected and replaced when accessed from the instances object, but all the instances have a generic indexed key. If let's say I have an undetermined number of elements in the form, and I want some of them to behave differently; how will I select those instances ? I'm using angluarjs. In case anyone will manage to answer, much appreciated. Thanks.

Comandeer commented 1 year ago

In the case of the official Angular integration, you can access the particular editor instance from the Angular component. It's a preferred way to access the CKEditor 4 instance in Angular.

Please also 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.