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