README.txt |
README.txt |
|
/* DESCRIPTION */
Views Accordion provides a display style plugin for the Views module.
It will take the results and display them as a jQuery UI accordion. It supports
grouping of fields and ajax pagination.
/* INSTALLATION */
1. Place the… |
theming-views-accordion.html |
help/theming-views-accordion.html |
|
|
using-views-accordion.html |
help/using-views-accordion.html |
|
|
views-accordion-style.html |
help/views-accordion-style.html |
|
|
views-accordion.css |
views-accordion.css |
|
/*
* Bartik floats taxonomy terms.
* In the header, with field grouping the float must be cleared.
*/
.ui-accordion h3.ui-accordion-header {
overflow: hidden;
}
/*
* Fix issues with anchor tags for rdf in field items within the headers
… |
views-view-accordion.tpl.php |
views-view-accordion.tpl.php |
|
Displays the items of the accordion. |
views_accordion.info |
views_accordion.info |
|
name = Views Accordion
description = Provides an accordion views display plugin.
package = Views
core = 7.x
dependencies[] = views
files[] = views_accordion_style_plugin.inc |
views_accordion.module |
views_accordion.module |
|
Provide an accordion display style for Views. |
views_accordion.views.inc |
views_accordion.views.inc |
|
Provide an accordion style plugin for Views. This file is autoloaded by views. |
views_accordion_style_plugin.inc |
views_accordion_style_plugin.inc |
|
Provide an accordion style plugin for Views. This file is autoloaded by views. |