setDisabled (Client API reference)
Sets whether the control is disabled.
Control types supported
All except kbsearch control type
Syntax
formContext.getControl(arg).setDisabled(bool);
Parameter
| Name | Type | Required | Description |
|---|---|---|---|
| bool | Boolean | Yes | Specify true or false to disable or enable the control. |