EditorContentAreaMode Enumeration |
This enum is used to list the valid modes for the KaxEditor content area.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum EditorContentAreaMode
Public Enumeration EditorContentAreaMode
public enum class EditorContentAreaMode
type EditorContentAreaMode
Members
| Member name | Value | Description |
---|
| Iframe | 1 |
The content area will be rendered as a separate document (iframe element).
|
| Div | 2 |
The content area will be rendered in the same document (div element).
|
See Also