LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


removeItemAt(index, parent)

Removes an item at specified position in TreeView component.

Parameters

ParamTypeDetails
indexIntegerThe indexed location within the collection to remove an item from
parent (optional)ObjectThe parent item from which an item will be removed

Return Value

This method does not return a value.

Remarks

A call to this method will trigger itemRemoving and itemRemoved 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