isVisible()
checks whether a Container control is visible on the page
isVisible(): boolean;
Returns:
true
, if a control is visible, otherwise false
.
Example
form.getItem("container").isVisible();
// -> true/false
Change log:
added in v7.2
checks whether a Container control is visible on the page
isVisible(): boolean;
true
, if a control is visible, otherwise false
.
Example
form.getItem("container").isVisible();
// -> true/false
added in v7.2