Table of Contents

Enum TextEditorMode

Namespace
Dynamicweb.Content.Items.Editors
Assembly
Dynamicweb.dll

Represents a text editor mode.

public enum TextEditorMode

Fields

Default = 0

Default text box.

Hidden = 3

Hidden field.

Multiline = 1

Multiline text box.

Password = 2

Password text box.

Rich = 4

Rich textfield.

RichLight = 5

Rich textfield compact.

To top