Low level jQuery wrapper for enabling and disabling a button.
If used with action buttons this will enable/disable all buttons on the form that implement the action.
When designing forms you should use .disableActionButton and .enableActionButton. This function is used in the form runtime itself.
Executed
Client-side only.
Arguments
Arguments | Type | Description |
---|---|---|
fieldID | String, required | The ID of the button |
enable | Boolean, required | True to enable, false to disable |
Last modified on March 09, 2020