Views Universal Accordion

Component ID

2026287

Component name

Views Universal Accordion

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

2878

Component created

Component changed

Component body

Overview

This is another Views Accordion plugin which has very flexeble set up

Differences from Views Accordion plugin

  • Allows the accordion to be displayed horizontally or vertically
  • Uses uAccordion library which is based on zAccordion source code
  • All non-image fields are grouped into the wrapper DIV which is used for extra customizing of field display style
  • When the accordion tab is closed, its visible edge is used to trigger the accordion. You can simply set up the width of the edge via plugin style settings form

Description

The Views Universal Accordion module is a Views style plugin that displays the results in a accordion style.
The module uses uAccordion library based on zAccordion. But unlike the basic version, the library has a major enhancement: it can now display the accordion in horizontal or vertical style depending on the configuration parameter which can be easily set up in the plugin settings form. Like its ancestor, the library also has flexible handler function mechanism which allows to customize the accordion behaviour.
See README.txt for the details

Installation

  1. Download and unzip the module into the sites/all/modules directory of your site
  2. Download uAccordion library from http://darkguard.net/content/uaccordion and unzip it into the sites/all/libraries directory
  3. Activate the module from the Modules administration page or via drush

Using jQuery effects

The last release supports all jQuery effects provided by jQuery Easing Plugin. You can get it with the last version of uAccordion or download it separately and then put into the libraries/uAccordion/js directory on your site.

Dependencies