Container.hideAt

Syntax

hideAt (index);

Parameters

index. Index of the element to be hidden.

Description

The hideAt hides child elements of the container by its index.

Comments

The showAt method shows hidden items.

Example

The example of method use is given in description of the showAt method.

See also:

Container