Click or drag to resize
EditModes Enumeration
Provides enumerated values to be used to set edit mode in KaxEditor

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[FlagsAttribute]
public enum EditModes
Members
  Member nameValueDescription
Design1 Design mode. The default edit mode in KaxEditor, where you could edit HTML in WYSIWYG fashion.
Html2 HTML mode. Advanced edit mode where you could directly modify the HTML.
Preview4 Preview mode. In this mode KaxEditor will display its content the same way as it should be displayed when placed outside of the control.
All7
See Also