LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


controlStyle

Specifies an object that contains all style settings for the ComboBox.

Property Value

An Object which contains all style settings in ComboBox directive.

controlStyle = {

general: {

disabled: 'iui-combobox-disabled',

normal: 'iui-combobox'

},

button: {

general: {

disabled: 'iui-combobox-button-disabled',

focused: 'iui-combobox-button-focused',

hovered: 'iui-combobox-button-hovered',

normal: 'iui-combobox-button'

},

dropdown: {

disabled: 'iui-combobox-dropdown-disabled',

focused: 'iui-combobox-dropdown-focused',

hovered: 'iui-combobox-dropdown-hovered',

normal: 'iui-combobox-dropdown'

}

},

content: {

disabled: 'iui-combobox-content-disabled',

focused: 'iui-combobox-content-focused',

hovered: 'iui-combobox-content-hovered',

normal: 'iui-combobox-content'

}

}

Property Value

An object that holds all style settings for the ComboBox directive.

Remarks

This property is accessed through control-style attribute of ComboBox directive.

You can use this property to change the appearance of the TreeGrid dynamically from code. By simply setting custom CSS classes in your app code and apply the name of the class to some of above style fields, you can override the default appearance of the ComboBox.

Version Information

Supported in: v1.0.

See Also