Click or drag to resize
EditorContentAreaMode Enumeration
This enum is used to list the valid modes for the KaxEditor content area.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum EditorContentAreaMode
Members
  Member nameValueDescription
Iframe1 The content area will be rendered as a separate document (iframe element).
Div2 The content area will be rendered in the same document (div element).
See Also