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