LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


expand(item)

Expands a specified item in TreeView component.

Parameters

ParamTypeDetails
item (optional)ObjectThe item to be expanded

Return Value

This method does not return a value.

Remarks

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

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

Version Information

Supported in: v1.0.

See Also