LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


loadData(name, data, fields)

Loads data from local or remote data source into Accordion.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the Accordion directive
dataArrayAn array of group objects from local or remote data source
fields (optional)ObjectAn object that matches the names of data fields from specified data source to the ones in Accordion

Return Value

This method does not return a value.

Remarks

This method is part of IntegralUIAccordionService.

You can use this method to load data on demand, updating the whole Accordion in the process or the content of some specified group.

Version Information

Supported in: v1.0.

See Also