Table of Contents

Class TextareaComponent

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

Represents a textarea form component.

public class TextareaComponent : FormDataComponent, INgModelOptions, IHasMaxLength

Inheritance

objectFormComponentFormDataComponentTextareaComponent

Implements

INgModelOptions, IHasMaxLength

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<TextareaComponent>(TextareaComponent)

Constructors

TextareaComponent()

public TextareaComponent()

Properties

ClientReadOnly

Gets or sets the client-side read-only rule for the textarea.

public string ClientReadOnly { get; set; }

Property Value

string

MaxLength

Gets or sets the maximum length of the textarea.

public string MaxLength { get; set; }

Property Value

string

Placeholder

Gets or sets the placeholder text for the textarea.

public string Placeholder { get; set; }

Property Value

string

ReadOnly

Gets or sets the read-only rule for the textarea.

public ReadOnlyRule ReadOnly { get; set; }

Property Value

ReadOnlyRule

Rows

Gets or sets the number of rows for the textarea.

public int Rows { get; set; }

Property Value

int