I am running CKeditor 3.4 on a pretty simple page. I am having a problem (sometimes) where when I call document.main_form.submit(), it will not send along the contents of th
use this simple code.Note my text area id is editor1. or You can also check it with console.log(CKEDITOR.instances.editor1);
console.log(CKEDITOR.instances.editor1);
if (CKEDITOR.instances.editor1) { CKEDITOR.instances.editor1.destroy(); }