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