README.txt |
README.txt |
|
Introduction
------------
Views Nested Accordion help in creating nested Accordion. If accordion is
grouped by more then one field then each header will act as accordion for its
inner elelment.
REQUIREMENTS
------------
* Views Module
*… |
views-nested-accordion.css |
css/views-nested-accordion.css |
|
/*
* CSS for Accordion.
* In the header, with field grouping the float must be cleared.
*/
/*
* Fix issues with anchor tags for rdf in field items within the headers
*/
.ui-accordion .ui-accordion-header .field-items a {
padding: 0 0.5em 1em… |
views-view-accordion.tpl.php |
views-view-accordion.tpl.php |
|
Displays the items of the accordion. |
views_nested_accordion.info |
views_nested_accordion.info |
|
name = Views Nested Accordion
description = "Add new style Views Nested Accordion to the Views Style list, which helps in creating Nested Accordion."
package = Views
core = 7.x
dependencies[] = views
dependencies[] = views_accordion
files[]… |
views_nested_accordion.module |
views_nested_accordion.module |
|
Module file for Nested Accordion module. |
views_nested_accordion.views.inc |
views_nested_accordion.views.inc |
|
Plugin file for Views Nested Accordion module. |
views_nested_accordion_style_plugin.inc |
views_nested_accordion_style_plugin.inc |
|
Views plugin handler. Contains all relevant options and related logic. |