Advanced User Interface Controls and Components
Specifies an object that contains all style settings for the ComboBox.
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'
}
}
An object that holds all style settings for the ComboBox directive.
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.
Supported in: v1.0.