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

Property Value

An Object which contains all style settings in SlideBar directive.

controlStyle = {

general: 'iui-slidebar',

navigation: {

general: 'iui-slidebar-navigation',

button: {

disabled: 'iui-slidebar-navigation-button-disabled',

normal: 'iui-slidebar-navigation-button',

hovered: 'iui-slidebar-navigation-button-hovered',

selected: 'iui-slidebar-navigation-button-selected'

}

},

slide: {

general: 'iui-slide'

}

}

Property Value

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

Remarks

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

You can use this property to change the appearance of the SlideBar 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 SlideBar.

Version Information

Supported in: v1.0.

See Also