/[drupal]/contributions/modules/slideshow_creator/slideshow_creator.js
ViewVC logotype

Contents of /contributions/modules/slideshow_creator/slideshow_creator.js

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


Revision 1.3 - (show annotations) (download) (as text)
Fri Feb 15 22:30:04 2008 UTC (21 months, 1 week ago) by brmassa
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.2: +15 -2 lines
File MIME type: text/javascript
New features:
* SsC now uses jQuery Cycle plugin to manage the slideshow.

Bugs fixed:
* Several small bug fixes
1 /**
2 * $Id: $
3 * @author: Bruno Massa http://drupal.org/user/67164
4 * @file slideshow_creator.js
5 * The main Javacript for this module
6 */
7
8 /**
9 * Initialize the module's JS functions
10 */
11 Drupal.behaviors.ssc = function(context) {
12 for (ss in Drupal.settings.ssc) {
13 $("#ssc-pic-" + ss).cycle(Drupal.settings.ssc[ss]);
14 }
15 }

  ViewVC Help
Powered by ViewVC 1.1.2