HybridForms API
    Preparing search index...

    FormButton class. The HybridForms button that could be used within the form.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    $button: JQuery<HTMLButtonElement>
    element: HTMLElement

    Methods

    • 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