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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic EditorContentAreaMode ContentAreaMode { get; set; }
Public Property ContentAreaMode As EditorContentAreaMode
Get
Set
public:
property EditorContentAreaMode ContentAreaMode {
EditorContentAreaMode get ();
void set (EditorContentAreaMode value);
}
member ContentAreaMode : EditorContentAreaMode with get, set
Property Value
Type:
EditorContentAreaModeThe rendering mode of the editor content area.
See Also