Table of Contents

Class TextEditorComponent

Namespace: Casewhere.Models.FormBuilder.Components
Assembly: Casewhere.Models.dll

public class TextEditorComponent : FormDataComponent, INgModelOptions

Inheritance

objectFormComponentFormDataComponentTextEditorComponent

Implements

INgModelOptions

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<TextEditorComponent>(TextEditorComponent)

Constructors

TextEditorComponent()

public TextEditorComponent()

Properties

ClientReadOnly

javascript true/false expression

public string ClientReadOnly { get; set; }

Property Value

string

Mode

public TextEditorModeType Mode { get; set; }

Property Value

TextEditorModeType

Plugins

public string Plugins { get; set; }

Property Value

string

ReadOnly

public ReadOnlyRule ReadOnly { get; set; }

Property Value

ReadOnlyRule