Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with General Visual Components > Classes > MainPanel > MainPanel.getItem

MainPanel.getItem

Syntax

getItem(index: Number);

Parameters

index. Element index.

Description

The getItem method returns a menu item by its index.

Comments

Returned value - object of the class PP.Ui.MainPanelItem.

Example

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

See also:

MainPanel