Enable button
hide button
sets the disabled property, default: true;
Hides the progress icon
Optional
$appendToCt: JQuery<HTMLElement>optional, define a container from which the progress icon gets removed, default: the progress button
Set label of button
Optional
label: stringProvide label as string, html is allowed
show button
sets the enabled property, default: true;
Shows a progress icon
Optional
$appendToCt: JQuery<HTMLElement>optional, define a container to which the progress icon gets appended to, default: the progress button
Triggers a click on the button
FormButton class. The HybridForms button that could be used within the form.