LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


getList(name, full)

Gets the list of groups present in Accordion.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the Accordion directive
full (optional)BooleanDetermines whether the full list or list of currently visible groups is returned

Return Value

An array that represents the list of groups present in Accordion. If full is not specified, a list of currently visible groups is returned.

Remarks

This method is part of IntegralUIAccordionService.

Version Information

Supported in: v1.0.

See Also