Options
Menu

Hierarchy

  • UpTextVMainControl
    • UpTextareaVControl

Index

Accessors

Methods

Accessors

displayValue

  • get displayValue(): string
  • Returns string

Methods

getValue

  • getValue(): string | number
  • 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

setValue

  • setValue(value: any, settings?: any): void
  • 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