I am using TinyMCE editor.
I want to remove or destroy tinymce editors (Page contain more then one editor). Also remove classes and IDs added by tinyMCE.
we were getting error on calling elementReference.destroy() // destroy is a dojo function we replaced that code with elementReference.domNode.remove() we were also using tinymce.min.js, and it was giving us NS_ERROR_UNEXPECTED