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