LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


addItem(name, item, parent)

Adds a new item to the tree collection in TreeView directive.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the TreeView directive
itemObjectThe item to add to the tree 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

This method is part of IntegralUITreeViewService.

Version Information

Supported in: v1.0.

Articles & Samples

See Also