Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Callable

  • Autocomplete(methodName: string): JQuery<HTMLElement>
  • Autocomplete(options: WidgetOptions): JQuery<HTMLElement>
  • Autocomplete(options: AccordionOptions): JQuery<HTMLElement>
  • Autocomplete(optionLiteral: string, optionName: string): any
  • Autocomplete(optionLiteral: string, options: WidgetOptions): any
  • Autocomplete(optionLiteral: string, optionName: string, optionValue: any): JQuery<HTMLElement>
  • Autocomplete<T>(name: string, prototype: T & ThisType<T & WidgetCommonProperties>): JQuery<HTMLElement>
  • Autocomplete<T>(name: string, base: Function, prototype: T & ThisType<T & WidgetCommonProperties>): JQuery<HTMLElement>
  • Parameters

    • methodName: string

    Returns JQuery<HTMLElement>

  • Parameters

    Returns JQuery<HTMLElement>

  • Parameters

    Returns JQuery<HTMLElement>

  • Parameters

    • optionLiteral: string
    • optionName: string

    Returns any

  • Parameters

    Returns any

  • Parameters

    • optionLiteral: string
    • optionName: string
    • optionValue: any

    Returns JQuery<HTMLElement>

  • Type Parameters

    • T

    Parameters

    Returns JQuery<HTMLElement>

  • Type Parameters

    • T

    Parameters

    Returns JQuery<HTMLElement>

Index

Properties

appendTo?: any
autoFocus?: boolean
delay?: number
disabled?: boolean
minLength?: number
position?: any
source?: any

Methods

  • escapeRegex(value: string): string
  • Parameters

    • value: string

    Returns string

  • filter(array: any, term: string): any
  • Parameters

    • array: any
    • term: string

    Returns any

Generated using TypeDoc