LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


dataFields

Specifies an object that map the fields names from data source to the ones used by the Accordion.

Parameters

VariableTypeDetails
content (default: 'content')StringSpecifies the name of a property in your data source which represents a DOM element used as group content
enabled (default: 'enabled')StringSpecifies the name of a property in your data source which determines whether group is enabled or disabled
expanded (default: 'expanded')StringSpecifies the name of a property in your data source which represents the group state: expanded or collapsed
icon (default: 'icon')StringSpecifies the name of a property in your data source which represents a DOM element used as group icon
id (default: 'id')StringSpecifies the name of a property in your data source which represents an unique identifier for an group
name (default: 'name')StringSpecifies the name of a property in your data source which represents a unique name for the group
selected (default: 'selected')StringSpecifies the name of a property in your data source which determines whether group is selected or not
style (default: 'style')StringSpecifies the name of a property in your data source which represents an object holding group style settings
text (default: 'text')StringSpecifies the name of a property in your data source which represents an group label
value (default: 'value')StringSpecifies the name of a property in your data source which represents an object holding custom group settings
visible (default: 'visible')StringSpecifies the name of a property in your data source which determines whether group is visible or hidden

Property Value

An object with field names from a custom data source.

Remarks

This property is accessed through data-fields or fields attribute of Accordion directive.

Version Information

Supported in: v1.0.

See Also