Documentation for a historical release of Infusion: 1.4
Please view the Infusion Documentation site for the latest documentation, or the Infusion 1.3. Documentation for the previous release.
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.