control.getDisabled (Client API reference)

Returns whether the control is disabled.

Syntax

formContext.getControl(arg).getDisabled();

Return Value

Type: Boolean.

Description: true if disabled; false otherwise.

setDisabled