q0rban / drupal-highslide
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
q0rban (author)
Mon May 04 05:00:17 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
INSTALL.txt | Sat Apr 18 10:18:11 -0700 2009 | |
| |
LICENSE.txt | Mon Mar 23 11:08:22 -0700 2009 | |
| |
README.txt | Sat Apr 18 10:18:11 -0700 2009 | |
| |
highslide.admin.inc | Wed Apr 15 12:34:08 -0700 2009 | |
| |
highslide.info | Mon Mar 23 11:08:22 -0700 2009 | |
| |
highslide.install | Sun Apr 12 15:59:34 -0700 2009 | |
| |
highslide.js | Fri Apr 17 08:21:18 -0700 2009 | |
| |
highslide.module | Mon May 04 05:00:17 -0700 2009 | |
| |
highslide/ | Sat Apr 18 10:18:11 -0700 2009 |
README.txt
DESCRIPTION
***************************************************************************
Highslide module implements Highslide JS, an open source image, media and
gallery viewer written in JavaScript.
It uses imagefields and imagecache to set up various custom formatters, and
can also, using AJAX, load other sections of your site inside a highslide.
AJAX EXAMPLE
***************************************************************************
$options = array();
$options['attributes'] = array('class' => 'highslide-ajax-link');
$options['fragment'] = 'node-1';
print l(t('Click me'), 'node/1', $options);
This would load the contents of node/1 into the current page in a highslide
view.
NOTE: AJAX usage is highly dependent on markup, so keep that in mind when
programming.