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