TagCloud.getItems

Syntax

getItems();

Description

The getItems method returns an array of tag cloud items.

Comments

Array items are the objects of the class PP.Ui.TagCloudItem.

Example

The example of method use is given in description of the TagCloud.addItem method.

See also:

TagCloud