Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with Common Classes > Classes > NavigationBar > NavigationBar.addItem
addItem (item: PP.NavigationItem);
item. The tab to be added to navigator.
The addItem property adds a tab with drop-down pane to the navigator.
A tab with drop-down panel is an instance of the NavigationItem class.
A panel can be also added to navigator using the Items property.
An example of using this method is given on the Example of Creating the NavigationBar Component page.
See also: