| 1 |
// $Id
|
| 2 |
|
| 3 |
CONTENTS
|
| 4 |
---------
|
| 5 |
* Introduction
|
| 6 |
* Installation
|
| 7 |
* Custom themes
|
| 8 |
|
| 9 |
Introduction
|
| 10 |
------------
|
| 11 |
This module will display blocks in a accordion widget.
|
| 12 |
It will apply accordion widget for both left side and right side blocks.
|
| 13 |
|
| 14 |
|
| 15 |
Installation
|
| 16 |
------------
|
| 17 |
Requirements: jquery_update development module, jquery_ui module
|
| 18 |
|
| 19 |
1. Install jquery_update development module and enable it.
|
| 20 |
|
| 21 |
2. Install jquery_ui module by following the instructions specified at http://drupal.org/node/388384#comment-1530114
|
| 22 |
|
| 23 |
3. Install accordion_blocks module and enable.
|
| 24 |
|
| 25 |
Clear your cache, then block on left side and right side(if you have blocks both sides) will appear in accordion widget.
|
| 26 |
|
| 27 |
Custom themes
|
| 28 |
-------------
|
| 29 |
|
| 30 |
If you want to change the themes for the accordion widget,
|
| 31 |
1. download theme from jquery ui theme roller(http://jqueryui.com/themeroller/)
|
| 32 |
2. extract the theme bundle.
|
| 33 |
3. copy the development-bundle/themes/[custom-theme-name] folder to jquery_ui/jquery.ui/themes/
|
| 34 |
4. go to admin/settings/jquery_ui page and select the theme what you want.
|