LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


collapse(item)

Collapses a specified item in TreeView component.

Parameters

ParamTypeDetails
item (optional)ObjectThe item to be collapsed

Return Value

This method does not return a value.

Remarks

A call to this method will trigger beforeCollapse and afterCollapse events. By handling beforeCollapse event you can prevent collapsing of specified item using your own custom conditions.

If there is no specified item, all items in TreeView will become collapsed.

Version Information

Supported in: v1.0.

See Also