Plugin Carousel
Introduced in Tiki8Use this plugin to display images in a self-advancing carousel. The plugin uses the infinite carousel Jquery module to display the images of a filegallery. It will produce something similar to http://themes.tiki.org/infinite_carousel. The library can be found at http://www.catchmyfame.com/catchmyfame-jquery-plugins/
Parameters
Required parameters are in boldPreferences required: wikiplugin_carousel, feature_file_galleries, feature_jquery_carousel
| Parameters | Accepted Values | Description | Default | Since |
| fgalId | ID | ID number of the file gallery that contains the images to be displayed | ||
| sort_mode | fieldname_asc or fieldname_desc with actual table field name in place of 'fieldname'. | Sort by database table field name, ascending or descending. Examples: fileId_asc or name_desc. | created_desc | |
| transitionSpeed | number | The time (in milliseconds) it will take to transition between two images. | 1500 | |
| displayTime | number | The time (in milliseconds) to display each image. | 6000 | |
| textholderHeight | real between 0 and 1 | The height of the caption. This is a fraction of the height of the images. | .2 | |
| displayProgressBar | 1 |
Display progress bar. | 1 | |
| displayThumbnails | 1 |
Display thumbnails. | 1 | |
| displayThumbnailNumbers | 1 |
Display place numbers in the thumbnail boxes. | 1 | |
| displayThumbnailBackground | 1 |
Use corresponding image as background for a thumbnail box. | 1 | |
| thumbnailWidth | text | Width of thumbnail box in CSS units (default "20px") | 20px | |
| thumbnailHeight | text | Height of thumbnail box in CSS units (default "20px") | 20px | |
| thumbnailFontSize | real between 0 and 1 | Font size of thumbnail box in CSS units (default ".7em"). | .7em |
Example
This code:{carousel fgalId=6}Would result on this site:
Tiki_WCG_Dev.png
Tiki logo for devTiki_WCG_Documentation.png
Tiki logo for doc
