Class TextEditorComponent
Namespace: Casewhere.Models.FormBuilder.Components
Assembly: Casewhere.Models.dll
public class TextEditorComponent : FormDataComponent, INgModelOptions
Inheritance
object ← FormComponent ← FormDataComponent ← TextEditorComponent
Implements
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
Mode
public TextEditorModeType Mode { get; set; }
Property Value
Plugins
public string Plugins { get; set; }
Property Value
ReadOnly
public ReadOnlyRule ReadOnly { get; set; }