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