LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


insertGroupAfter(name, group, refGroup)

Inserts a new group at position after specified group in Accordion directive.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the Accordion directive
groupObjectThe group to insert to the collection
refGroup ObjectA reference group after which the newly added group will be positioned

Return Value

This method does not return a value.

Remarks

This method is part of IntegralUIAccordionService.

Version Information

Supported in: v1.0.

See Also