Hi all,
I am working on a project that I have up to 10 input placholder in a page. Click each input place holder will display a ckeditor. SInce it does not make sense to open several ckeditor at the same time. Everytime I click another placeholder, I will destroy the current ckeditor instance and reinitialize a new ckediotr placeholder.
I am not sure whether that's the right way to do. Or should I just manipulate the dom to move the current ckeditor to another placeholder?
Thanks,
Jinming