Click or drag to resize
KaxEditorContentAreaMode Property
Gets or sets the rendering mode of the editor content area. When set to Iframe, the content area is a separate document (suitable for CMS solutions or when editing a whole page). When set to Div, the content area is in the main page. The default value is Iframe.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public EditorContentAreaMode ContentAreaMode { get; set; }

Property Value

Type: EditorContentAreaMode
The rendering mode of the editor content area.
See Also