![]() |
CMS
Version 3.9
|
The Slideshow class provides a reusable user interface control that displays images from the database in a zoomable format. More...
Public Member Functions | |
Slideshow ($items, $width=500, $height=400) | |
add ($items) | |
writeScript () | |
writeHTML () | |
Public Attributes | |
$items | |
$width | |
$height | |
$showInfo | |
$showControls | |
$showThumbnails | |
$autoPlay | |
$preload | |
The Slideshow class provides a reusable user interface control that displays images from the database in a zoomable format.
The control is flexible, and can be used to display multiple images in either a slideshow or lightbox format. Additional information and navigation areas can be shown or hidden as required.
Definition at line 50 of file slideshow.inc.
Slideshow::add | ( | $items | ) |
Definition at line 81 of file slideshow.inc.
Slideshow::Slideshow | ( | $items, | |
$width = 500 , |
|||
$height = 400 |
|||
) |
Definition at line 61 of file slideshow.inc.
Slideshow::writeHTML | ( | ) |
Definition at line 178 of file slideshow.inc.
Slideshow::writeScript | ( | ) |
Definition at line 93 of file slideshow.inc.
Slideshow::$autoPlay |
Definition at line 58 of file slideshow.inc.
Slideshow::$height |
Definition at line 54 of file slideshow.inc.
Slideshow::$items |
Definition at line 52 of file slideshow.inc.
Slideshow::$preload |
Definition at line 59 of file slideshow.inc.
Slideshow::$showControls |
Definition at line 56 of file slideshow.inc.
Slideshow::$showInfo |
Definition at line 55 of file slideshow.inc.
Slideshow::$showThumbnails |
Definition at line 57 of file slideshow.inc.
Slideshow::$width |
Definition at line 53 of file slideshow.inc.