LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


addItem(item, parent)

Adds a new item to the collection in ListBox component.

Parameters

ParamTypeDetails
itemObjectThe item to add to the collection
parent (optional)ObjectThe item which will represent the parent of the newly added item

Return Value

This method does not return a value.

Remarks

A call to this method will trigger itemAdding and itemAdded events. By handling these events in your code, you can can extend this process with additional operations.

Version Information

Supported in: v1.0.

See Also