LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


findItemById(name, id)

Searches through all items in tree hierarchy for a match using specified id.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the TreeView directive
idStringThe item id value to search for

Return Value

If successful, the item object that contains the specified id, otherwise null.

Remarks

This method is part of IntegralUITreeViewService.

Version Information

Supported in: v1.0.

See Also