LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


insertItemBefore(name, item, refItem)

Inserts a new item at position before specified item in TreeView directive.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the TreeView directive
itemObjectThe item to add to the tree collection
refItem ObjectA reference item before which the newly added item will be positioned

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