I have a form in which I have CKEditor replacing my s (multiple). I want to remove all CKEditor instances from the page before submitting t
This will destroy all CKEDITOR instances on a page:
for(name in CKEDITOR.instances) { CKEDITOR.instances[name].destroy(true); }