LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


selectTab(tab)

Sets the specified tab as selected in TabStrip component.

Parameters

ParamTypeDetails
tab (optional)ObjectThe tab to be selected

Return Value

This method does not return a value.

Remarks

A call to this method will trigger beforeSelect and afterSelect events. By handling beforeSelect event you can prevent selection of specified tab using your own custom conditions.

A tab can also become selected using the selectedTab property of TabStrip component.

Version Information

Supported in: v1.0.

See Also