Click - Show popup - Close - Hide popup
uncaught exception: [CKEDITOR.editor]: The instance ... already exists
var name = "description";
var editor = CKEDITOR.instances[name];
if (editor) { editor.destroy(true); }
CKEDITOR.replace(name);
Title:
JavaScript - CKEditor on popup div
Description:
Click - Show popup - Close - Hide popup uncaught exception: [CKEDITOR.editor]: The instance ... already exists var name = "descrip...
...
Rating:
4