LayoutBox.insert

Syntax

insert(ctrl: PP.Ui.Control, index: Number);

Parameters

ctrl. Item being added.

index. Position where item is added.

Description

The insert method inserts an item to the table by index.

Example

The example of method use is given in the Example of Creating the LayoutBox Component page.

See also:

LayoutBox