[]
Defines the behavior of the C1Editor.
public enum EditorMode
EditorMode is used by the Mode property.
Name | Description |
---|---|
Design | Design is the main mode of the editor. C1Editor in this mode represents a WYSIWYG XHTML editor. |
Preview | Preview mode allows you to preview how the document will look. |
Source | Source mode allows you to edit XHTML markup. |