IRenderer
12 Sep 20251 minute to read
Methods
getEditPanel
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
getPanel
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