You are here

README.txt in Views Nested Accordion 7

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 UI Module
  * Views Accordion


INSTALLATION
------------

  * Install as usual, see http://drupal.org/node/70151 for further information.

USING VIEWS NESTED ACCORDION MODULE
-----------------------------------

  Your view must meet the following requirements:
  * Row style must be set to Fields
  * Provide at least three fields to show.

  Choose Views Nested Accordion in the Style dialog within your view, which 
  will prompt you to configure the Nested Accordion.

  *        IMPORTANT       *
  Each grouped field will be used as the header for each accordion section, when
  header is clicked then inner fields will be displayed. The module creates an
  accordion section per row of results from the view. If the first field 
  includes a link, this link will not function, (the js returns false) Nothing 
  will break though.

CONFIGURATION
-------------
  To implement nested accordion the option "Nested Accordion" should be checked.
  When more then one field grouping is done then nested Accordion will be 
  implemented.

File

README.txt
View source
  1. Introduction
  2. ------------
  3. Views Nested Accordion help in creating nested Accordion. If accordion is
  4. grouped by more then one field then each header will act as accordion for its
  5. inner elelment.
  6. REQUIREMENTS
  7. ------------
  8. * Views Module
  9. * Views UI Module
  10. * Views Accordion
  11. INSTALLATION
  12. ------------
  13. * Install as usual, see http://drupal.org/node/70151 for further information.
  14. USING VIEWS NESTED ACCORDION MODULE
  15. -----------------------------------
  16. Your view must meet the following requirements:
  17. * Row style must be set to Fields
  18. * Provide at least three fields to show.
  19. Choose Views Nested Accordion in the Style dialog within your view, which
  20. will prompt you to configure the Nested Accordion.
  21. * IMPORTANT *
  22. Each grouped field will be used as the header for each accordion section, when
  23. header is clicked then inner fields will be displayed. The module creates an
  24. accordion section per row of results from the view. If the first field
  25. includes a link, this link will not function, (the js returns false) Nothing
  26. will break though.
  27. CONFIGURATION
  28. -------------
  29. To implement nested accordion the option "Nested Accordion" should be checked.
  30. When more then one field grouping is done then nested Accordion will be
  31. implemented.