LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


insertItemAt(item, index, parent)

Inserts a new item at specified position in ListView component.

Parameters

ParamTypeDetails
itemObjectThe item to insert into the collection
indexIntegerThe indexed location within the collection to insert the item
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 yout code, you can can extend this process with additional operations.

Version Information

Supported in: v1.0.

See Also