LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


getList(name, item)

Gets the list of child items for specified tree item.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the TreeView directive
item (optional)ObjectThe item for which the list is requested

Return Value

An array that represents the list of child items for the specified item. If item is not specified, a list of root items is returned.

Remarks

This method is part of IntegralUITreeViewService.

Version Information

Supported in: v1.0.

See Also