isDisabled()
checks whether a Container control is disabled
isDisabled(): boolean;
Returns:
true, if a control is disabled, otherwise false.
Example
form.getItem("container").isDisabled();
// -> true/false
Change log:
added in v7.2
checks whether a Container control is disabled
isDisabled(): boolean;
true, if a control is disabled, otherwise false.
Example
form.getItem("container").isDisabled();
// -> true/false
added in v7.2