I am getting a reference to a DOM element from a WYSIWYG Editor.
I don't understand JS nor the WYSIWYG Editor (CKEditor) that deeply yet, but it somehow seems to be a pointer or other direct reference to the actual element that resides in an IFRAME within the WYSIWYG editor. At least, when I console.log
the element, I get a link that, when clicked, opens the actual element in Firebug.
Is there a way to get a reference to this element's document
object within the IFRAME?