| 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>
|