LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


getList(key, item)

Gets the list of child items for specified tree item.

Parameters

ParamTypeDetails
key (optional)StringSpecifies the type of list to be retrieved
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. If a key is specified, for example 'selected', it will return a list of all selected items.

Version Information

Supported in: v1.0.

See Also