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