Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • Initializes a new instance of the {@link geocortex.forms.items.TextAreaFormItem} class.

    Parameters

    • xmlNode: Element

      Xml node containing the form item definition.

    • Optional formDefinition: FormDefinitionInterface

      The form definition that this form item belongs to.

    Returns TextAreaFormItem

Properties

argumentName

argumentName: Observable<string>

The name of the argument that will be used to store the result of this item.

defaultText

defaultText: Observable<string>

The default value shown in the textbox.

type

Observable(String)

formDefinition

formDefinition: FormDefinitionInterface

A reference to the FormDefinition that contains this form item.

formItemType

formItemType: string

The type of the FormItem.

inputScope

inputScope: Observable<string>

The input scope of the textbox.

type

Observable(String)

isRequired

isRequired: Observable<boolean>

The value indicating whether this item is required.

isValid

isValid: Observable<boolean>

The value indicating whether this item is valid.

isVisible

isVisible: Observable<boolean>

The value indicating whether this item is visible or not.

itemID

itemID: Observable<string>

The form item ID.

label

readOnly

readOnly: Observable<boolean>

Gets or sets a value indicating whether the form item is read only.

type

Observable(Boolean)

text

text: Observable<string>

The value shown in the textbox.

type

Observable(String)

textboxHeight

textboxHeight: Observable<number>

The height of the text area in pixels.

type

Observable(Number)

textboxWidth

textboxWidth: Observable<number>

The width of the text box in pixels.

type

Observable(Number)

toolTip

toolTip: Observable<string>

The tooltip of this form item.

validationItems

validationItems: ValidationItem[]

Gets the collection of {@link validation.ValidationItem} objects that belong to this FormItem.

type

ValidationItem[]

Methods

Private _destroy

  • _destroy(): void

Protected _notifyResultChanged

  • _notifyResultChanged(): void

Private _render

  • _render(): Node

getResult

refresh

  • refresh(): void

validate