isVisible()
checks whether a Select control is visible on the page
isVisible(): boolean;
Returns:
true
, if a control is visible; otherwise, false
.
Example
form.getItem("select").isVisible();
// -> true/false
checks whether a Select control is visible on the page
true
, if a control is visible; otherwise, false
.
Example
form.getItem("select").isVisible();
// -> true/false