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