smartVISU
09:42,25.04, v2.7

Multimedia-Widgets

multimedia.image multimedia.music multimedia.slideshow multimedia.station


multimedia.slideshow

A widget to display a slideshow, controlled by gads/items

Parameters
{{multimedia.slideshow(id, dir, delay, gad_next, gad_prev, gad_stop, gad_start) }}
id
unique id for this widget
dir
a directory where the pictures are located
delay
delay between the slides in sec (optional, default: 2 sec)
gad_next
gad/item to switch to the next slide
gad_prev
gad/item to switch to the previous slide
gad_stop
gad/item to stop the animation
gad_start
gad/item to start the animation
Example
{{ multimedia.slideshow('s1', 'pics/slideshow') }}
Some pictures...

Author:Alex
based on cycle2 jquery-plugin: (c) 2012 M. Alsup; Dual licensed: MIT/GPL - http://jquery.malsup.com/cycle2

Widgets

Design

Misc