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

Parameters

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

Version Information

Supported in: v1.0.

See Also