ckeditor / ckeditor4

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

Refresh Instances #2055

Closed bekab95 closed 6 years ago

bekab95 commented 6 years ago

Type of report

Feature request

Provide description of the new feature

What is the expected behavior of the proposed feature?

In Flask-Admin it is possible to have array of documents (add as many document as you need) and they can have ckeditor class to attach ckeditor editor on that StringField but ! ckeditor is not loading for newly added Field and is it possible for ckeditor to listen newly added ckeditor class and attach ckeditor editor on it ?

jacekbogdanski commented 6 years ago

Hello,

sorry but I don't understand your feature request. You can easily create editor instances for custom selectors using CKEDITOR.replaceAll function.

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.

bekab95 commented 6 years ago

@jacekbogdanski It is so crucial, when I have already more than 60 instance for 60 field in Flask-Admin object and call CKEDITOR.replaceAll function it needs much time to reload and I only need to attach new ckeditor instance for newly inserted field !