Click or drag to resize
EditorModeEnum Enumeration
Enumeration that determines the syntax highlighting editor mode and its capabilities.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public enum EditorModeEnum
Members
  Member nameValueDescription
Basic0 No highlighting or advanced editing capabilities; supports static bookmarks.
Advanced1 Full code editor mode with syntax highlighting and advanced editing capabilities.
See Also