PluginSlider
Introduced in Tiki8Slider is a new wiki plugin for Tiki 8 that is very similar to both PluginTabs and PluginCarousel in what it does to content, the main difference is both the user interface and what it can display. PluginSlider can handle wiki syntax within itself, it can display text, images, video, flash, basically anything...
Parameters
Required parameters are in boldPreferences required: wikiplugin_slider
| Parameters | Accepted Values | Description | Default | Since |
| titles | Pipe separated list of slider titles. Ex: slider 1|slider 2|slider 3 | |||
| width | Number of pixels followed by 'px' or percent followed by % (e.g. "200px" or "100%"). | Width in pixels or percentage. Default value is page width. e.g. "200px" or "100%" | Slider width | |
| height | Number of pixels followed by 'px' or percent followed by % (e.g. "200px" or "100%"). | Height in pixels or percentage. Default value is complete slider height. | Slider height | |
| theme | name of the theme you want to use | The theme to use in slider. | default | |
| expand | y or n | if y, the entire slider will expand to fit the parent element | n | |
| resizecontents | y or n | if y, solitary images/objects in the panel will expand to fit the viewport | y | |
| showmultiple | y or n | Set this value to a number and it will show that many slides at once | n | |
| buildarrows | y or n | if y, builds the forwards and backwards buttons | y | |
| buildnavigation | y or n | if y, builds a list of anchor links to link to each panel | y | |
| buildstartstop | y or n | if y, builds the start/stop button and adds slideshow functionality | y | |
| togglearrows | y or n | if y, side navigation arrows will slide out on hovering & hide @ other times | n | |
| togglecontrols | y or n | if y, slide in controls (navigation + play/stop button) on hover and slide change, hide @ other times | n | |
| enablearrows | y or n | if n, arrows will be visible, but not clickable. | y | |
| enablenavigation | y or n | if n, navigation links will still be visible, but not clickable. | y | |
| enablestartstop | y or n | if n, the play/stop button will still be visible, but not clickable. Previously "enablePlay" | y | |
| enablekeyboard | y or n | if n, keyboard arrow keys will not work for this slider. | y | |
| autoplay | y or n | if y, the slideshow will start running; replaces "startStopped" option | f | |
| autoplaylocked | y or n | if y, user changing slides will not stop the slideshow | n | |
| autoplaydelayed | y or n | if y, starting a slideshow will delay advancing slides; if n, the slider will immediately advance to the next slide when slideshow starts | n | |
| pauseonhover | y or n | if y & the slideshow is active, the slideshow will pause on hover | y | |
| stopatend | y or n | if y & the slideshow is active, the slideshow will stop on the last page. This also stops the rewind effect when infiniteSlides is false. | n | |
| playrtl | y or n | if y, the slideshow will move right-to-left | n | |
| resumeonvideoend | y or n | if y & the slideshow is active & a supported video is playing, it will pause the autoplay until the video is complete | y |
Example
This code:{SLIDER(titles="Title 1|Title 2" expand="y")}
Content for title 1
/////
Content for title 2
{SLIDER}Would result in:
Related pages
- Wiki Plugin
- Mods Type Wikiplugins
- PluginTabs
- PluginCarousel
- http://css-tricks.com/examples/AnythingSlider/
