Hello everyone,
I am actually using symfony2 for my project and i use a ManyToOne association between two entities:
My entity "project" contains many ckeditor fields.
The user can add a new field by clicking on a button, then with javascript i create a new textarea which class is "ckeditor".
It works if the textarea is created in the body but when i add another one with javascript it does not work.
I mentionned the HTML code added by ckeditor in the textearea is not added in the textarea i created with javascript.
I think i have to reinitialize ckeditor everytime i add a new ckeditor fields but i don't know how to do that.
If anybody have already fixed this issue or know how to do that would be really helpfull.
Thank you