Retrieves the content editable div
element of the RichTextEditor.
If the editor is in iframe mode, it returns the body
element of the iframe.
Returns Element
Retrieves the parent element of the content editable div.
If the editor is in iframe mode, it returns the iframe
element.
Otherwise, it returns the parent element with the class e-rte-content
.
Returns Element