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 SlideBar.

Parameters

VariableTypeDetails
content (default: 'content')StringSpecifies the name of a property in your data source which represents a DOM element used as slide content
enabled (default: 'enabled')StringSpecifies the name of a property in your data source which determines whether slide is enabled or disabled
id (default: 'id')StringSpecifies the name of a property in your data source which represents an unique identifier for an slide
name (default: 'name')StringSpecifies the name of a property in your data source which represents a unique name for the slide
selected (default: 'selected')StringSpecifies the name of a property in your data source which determines whether slide is selected or not
style (default: 'style')StringSpecifies the name of a property in your data source which represents an object holding slide style settings
text (default: 'text')StringSpecifies the name of a property in your data source which represents an slide label
visible (default: 'visible')StringSpecifies the name of a property in your data source which determines whether slide 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 SlideBar directive.

Version Information

Supported in: v1.0.