Panel.add

Syntax

add(ctrl: String || HTMLElement || PP.Ui.Control);

Parameters

ctrl. Added item.

Description

The add method adds an item to a panel.

Example

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

See also:

Panel