This documentation is currently being moved to our new documentation site.

Please view or edit the documentation there, instead.

If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

_styles intro

One of the options that can be provided to the component is a set of named styles specifying CSS classnames that will be programmatically attached to various DOM elements. The value for the option is itself a Javascript object containing name/value pairs:

styles: {
    style1Name: "style 1 classnames",
    style2Name: "style 2 classnames",
      ...
}

The component defines default styles for the default classnames. If you wish to define your own styles, you can specify your custom classnames using this option.