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

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

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


Revision 1.2 - (show annotations) (download)
Thu Dec 4 11:32:23 2008 UTC (11 months, 3 weeks ago) by Gurpartap
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Changes since 1.1: +25 -14 lines
File MIME type: text/plain
#312855 - greybox for Drupal 6
#293670 - Change height in link
#233215 - 2 bars cause maddening scrolling
1 About
2 -----
3
4 jQuery Greybox Module
5
6 This module enables the use of greybox which places content pages above your current page, not within. This frees you from the constraints of the layout, particularly column widths.
7
8 This module will include the greybox CSS and JS files in your Drupal Installation without the need to edit the theme. The module comes with a configurable greybox class, window width and height options.
9
10 Greybox libraries and integration module licensed under the GNU/GPL License.
11
12
13 Install
14 -----
15
16 1. Copy greybox folder to modules directory.
17 2. Enable the module at admin/build/modules.
18 3. Optionally, set the configuration at admin/settings/greybox.
19
20
21 Usage
22 -----
23
24 Add class="greybox" (or as specified in settings) attribute to any link tag to activate the greybox for. For example:
25 <a href="http://google.com/" class="greybox" title="my caption">link #1</a>
26
27 Use rel="WIDTHxHEIGHT" attribute to explicitly specify the greybox window dimensions for that link. For example:
28 <a href="http://google.com/" class="greybox" title="my caption" rel="350x200">link #2</a>
29
30
31 Maintainer
32 -----
33
34 Gurpartap Singh <http://drupal.org/user/41470/contact>

  ViewVC Help
Powered by ViewVC 1.1.2