Hellow!
Is possible to bind existing CKEDITOR.instance to other textarea without destroy existing and creating new instance?
For example: I have several <textarea> elements and by click I show editor on one and hide on other. I don't want create many instances or destroy/create new instance every time.
Or: I have textarea in popup and and want to save memory and time - don't create new instance every time when popup opening and destroy it on popup closing.
Can I use one CKEDITOR.instance and bind it to other textarea I need, with updating content, of course?
Is possible to bind existing CKEDITOR.instance to other textarea without destroy existing and creating new instance?
For example: I have several <textarea> elements and by click I show editor on one and hide on other. I don't want create many instances or destroy/create new instance every time.
Or: I have textarea in popup and and want to save memory and time - don't create new instance every time when popup opening and destroy it on popup closing.
Can I use one CKEDITOR.instance and bind it to other textarea I need, with updating content, of course?