Hierarchy

  • UpTextVMainControl
    • UpTextareaVControl

Accessors

Methods

Accessors

  • get displayValue(): string
  • Returns string

Methods

  • Get the value of the control.
    Without settings specified, the HTML value will be delivered, like jQuery does.
    That means, that for some controls, the settings parameter will be mandatory to retrieve an useful value.

    Returns string | number

  • Set value of the control, can be asynchron, depending on the control type.

    Parameters

    • value: any
    • Optional settings: any

      The settings to be used.

    Returns void