Fluid Infusion

Categories

Component ID

1291496

Component name

Fluid Infusion

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

The Fluid Infusion module is a developer utility module that makes components of the Fluid Infusion toolkit available to Drupal developers.

Fluid Infusion

We think good interfaces should be easy to use and easy to build. Infusion takes the pain out of developing accessible, high performance, clean and nimble
front-ends for applications that want to do more. Our approach is to leave you in control - it's your interface, using your markup, your way.

Developed by an international group of software developers and interaction designers, Fluid Infusion combines JavaScript, CSS, HTML and user-centered design,
rolling them all into a single package that sits on top of the popular jQuery toolkit. Infusion includes ready-to-use components as well as a framework
to build your own. ( http://fluidproject.org/products/infusion/ )

Supported components

- tableOfContents

Installation

- Look in README.txt

Example

To add the tableOfContents component to a page:

  // Ad a tableOfContents to the first container with class="node".
  theme('infusion_toc'), array('selector' => '.node'));