MainPanel.insertItem

Syntax

insertItem(item: PP.Ui.MainPanelItem || Object, index: Number);

Parameters

item. Inserted item.

index. Index of inserted item.

Description

The insertItem method inserts an item to the specified position.

Example

The example of method use is given in description of the MainPanel.removeItem method.

See also:

MainPanel