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

Parameters

VariableTypeDetails
checkBoxSettings (default: 'checkBoxSettings')StringSpecifies the name of a property in your data source which represents an object that holds the item's checkbox settings
checked (default: 'checked')StringSpecifies the name of a property in your data source which represents the boolean value of the item's checkbox
checkState (default: 'checkState')StringSpecifies the name of a property in your data source which represents the string value of the item's checkbox
content (default: 'content')StringSpecifies the name of a property in your data source which represents a DOM element used as item content
enabled (default: 'enabled')StringSpecifies the name of a property in your data source which determines whether item is enabled or disabled
expanded (default: 'expanded')StringSpecifies the name of a property in your data source which represents the item state: expanded or collapsed
icon (default: 'icon')StringSpecifies the name of a property in your data source which represents a DOM element used as item icon
id (default: 'id')StringSpecifies the name of a property in your data source which represents an unique identifier for an item
items (default: 'items')StringSpecifies the name of a property in your data source which represents an unique identifier for an item
style (default: 'style')StringSpecifies the name of a property in your data source which represents an object holding item style settings
text (default: 'text')StringSpecifies the name of a property in your data source which represents an item label
value (default: 'value')StringSpecifies the name of a property in your data source which represents an object holding custom item settings

Property Value

An object with field names from a custom data source.

Remarks

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

Version Information

Supported in: v1.0.

See Also