Rendering Modes
By default, the Editor will render its content in an iframe
element.
To render the Editor content in a div
element, set the defaultEditMode
property to div
.
The following example demonstrates how to change the rendering mode and how to style the Editor content.