A low level jQuery wrapper for showing and hiding an action button
In your forms use .showActionButton and .hideActionButton. This function is used in the form runtime itself.
Executed
Client-side only.
Arguments
Argument | Type | Description |
---|---|---|
fieldID | String, required | The ID of the button |
show | Boolean, required | True to show |
label | String, optional | The button label |
Last modified on March 09, 2020