BaseButton class. All HybridForms buttons derive from this class. This class has no public methods.

Type Parameters

Hierarchy

Constructors

Properties

$button: JQuery<HTMLButtonElement>

Methods

  • Returns void

  • Enable button

    Returns void

  • hide button

    Parameters

    • disable: boolean = true

      sets the disabled property, default: true;

    Returns void

  • Hides the progress icon

    Parameters

    • Optional $appendToCt: JQuery<HTMLElement>

      optional, define a container from which the progress icon gets removed, default: the progress button

    Returns void

  • Set label of button

    Parameters

    • Optional label: string

      Provide label as string, html is allowed

    Returns void

  • show button

    Parameters

    • enable: boolean = true

      sets the enabled property, default: true;

    Returns void

  • Shows a progress icon

    Parameters

    • Optional $appendToCt: JQuery<HTMLElement>

      optional, define a container to which the progress icon gets appended to, default: the progress button

    Returns void

  • Triggers a click on the button

    Returns void

Generated using TypeDoc