BaseButton class. All HybridForms buttons derive from this class. This class has no public methods.
Enable button
hide button
sets the disabled property, default: true;
Hides the progress icon
Optional
optional, define a container from which the progress icon gets removed, default: the progress button
Set label of button
Provide label as string, html is allowed
Set options of button
button options
show button
sets the enabled property, default: true;
Shows a progress icon
optional, define a container to which the progress icon gets appended to, default: the progress button
Triggers a click on the button
Generated using TypeDoc
BaseButton class. All HybridForms buttons derive from this class. This class has no public methods.