Documentation

RichTextEditor Properties

A list of read-only properties that you can use to retrieve editor related objects.

PropertyDescription
editor.configStores all configurations specific to this editor instance.
editor.containerReturns the external <div> element which contains the editor instance.
editor.iframeReturns the iframe object of the editor instance.
editor.document Returns the active editor document object of the editor instance.
editor.window Returns the active editor window object of the editor instance.
editor.selectionReturns the selection object of the editor instance.