PP.isVisible

Syntax

isVisible(element: HTMLElement|PP.Ui.Control)

Parameters

element. DOM element or control.

Description

The isVisible method checks if the specified element is visible.

Comments

This method is not applied if value of Visibility parameter for the parent is set to hidden.

Example

The example of use is given in the with description of the static method PP.hide.

See also:

PP