Options
Menu

Taginput/tagview controls (not tagcloud).

Hierarchy

  • UpTagControl

Implements

  • UpTagControlInterface

Index

Methods

disable

  • disable(): void
  • Disable the taginput control.

    Returns void

enable

  • enable(bCursorPos?: boolean): void
  • Enable the taginput control.

    Parameters

    • Optional bCursorPos: boolean

      use cursor position (defaults to true)

    Returns void

getValue

  • getValue(): string
  • Get the value of the control.

    Returns string

    The value or an empty string.

validateInput

  • validateInput(strInput: string): boolean
  • Validate input if it can be used as a tagname.

    Parameters

    • strInput: string

      The input string to validate

    Returns boolean

    Validation result