isDisabled()
checks whether a Fieldset control is disabled
isDisabled(): boolean;
Returns:
true
, if the control is disabled; otherwise, false
.
Example
form.getItem("fieldset").isDisabled();
// -> true/false
checks whether a Fieldset control is disabled
true
, if the control is disabled; otherwise, false
.
Example
form.getItem("fieldset").isDisabled();
// -> true/false