HybridForms API
    Preparing search index...

    Class BaseButton<T>

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    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

      • Optionallabel: 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