Show contents 

Working with General Visual Components > Classes > LayoutBox > LayoutBox.add

LayoutBox.add

Syntax

add(ctrl: PP.Ui.Control);

Parameters

ctrl. Added item.

Description

The add method adds an item to the table end.

Example

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

See also:

LayoutBox