You are here

README.txt in Views Accordion 8

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
  3. 2.0.x README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------

Views Accordion provides a display style plugin for the Views module.
It will take the results and display them as a JQuery accordion, using the first
field as the header for the accordion rows.

The module integrates the jQuery UI Accordion plugin as a views style plugin.
You can configure the options provided by the jQuery UI plugin.

 * For a full description of the module, visit the project page:
   https://www.drupal.org/project/views_accordion

 * To submit bug reports and feature suggestions, or to track changes:
   https://www.drupal.org/project/issues/views_accordion


REQUIREMENTS
------------

This module requires no modules outside of Drupal core.


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

 * Install the Views Accordion module as you would normally install a
   contributed Drupal module. Visit https://www.drupal.org/node/1897420 for
   further information.


CONFIGURATION
-------------

    1. Navigate to Administration > Extend and enable the module.
    2. Navigate to Administration > Structure > Views and create or edit a view.
    3. Choose jQuery UI accordion in the Style dialog within your view, which
       will prompt you to configure the jquery.ui.accorion settings.

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

Please note:
The first field WILL be used as the header for each accordion section, all
others will be displayed when the header is clicked. The module creates an
accordion section per row of results from the view.


MAINTAINERS
-----------

 * Manuel Garcia - https://www.drupal.org/u/manuel-garcia

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. Views Accordion provides a display style plugin for the Views module.
  11. It will take the results and display them as a JQuery accordion, using the first
  12. field as the header for the accordion rows.
  13. The module integrates the jQuery UI Accordion plugin as a views style plugin.
  14. You can configure the options provided by the jQuery UI plugin.
  15. * For a full description of the module, visit the project page:
  16. https://www.drupal.org/project/views_accordion
  17. * To submit bug reports and feature suggestions, or to track changes:
  18. https://www.drupal.org/project/issues/views_accordion
  19. REQUIREMENTS
  20. ------------
  21. This module requires no modules outside of Drupal core.
  22. INSTALLATION
  23. ------------
  24. * Install the Views Accordion module as you would normally install a
  25. contributed Drupal module. Visit https://www.drupal.org/node/1897420 for
  26. further information.
  27. CONFIGURATION
  28. -------------
  29. 1. Navigate to Administration > Extend and enable the module.
  30. 2. Navigate to Administration > Structure > Views and create or edit a view.
  31. 3. Choose jQuery UI accordion in the Style dialog within your view, which
  32. will prompt you to configure the jquery.ui.accorion settings.
  33. Your view must meet the following requirements:
  34. * Row style must be set to Fields.
  35. * Provide at least two fields to show.
  36. Please note:
  37. The first field WILL be used as the header for each accordion section, all
  38. others will be displayed when the header is clicked. The module creates an
  39. accordion section per row of results from the view.
  40. MAINTAINERS
  41. -----------
  42. * Manuel Garcia - https://www.drupal.org/u/manuel-garcia