/[drupal]/contributions/modules/accordian_blocks/README.txt
ViewVC logotype

Contents of /contributions/modules/accordian_blocks/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Jun 13 11:05:26 2009 UTC (5 months, 2 weeks ago) by prajwala
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/plain
Initial commit of accordian_blocks module
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 accordian widget.
12 It will apply accordian 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 accordian_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 accordian widget.
26
27 Custom themes
28 -------------
29
30 If you want to change the themes for the accordian 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.

  ViewVC Help
Powered by ViewVC 1.1.2