|
Parameters | Accepted Values | Description | Default | Since |
---|---|---|---|---|
parallaxBackgroundHorizontal |
Number of pixels to move the parallax background per slide, Calculated automatically unless specified. Set to 0 to disable movement along an axis | 19.0 | ||
parallaxBackgroundSize |
syntax, e.g. "2100px 900px" - currently only pixels are supported (don't use % or auto) | 19.0 | ||
parallaxBackgroundVertical |
19.0 | |||
autoSlide |
digits | Number of milliseconds between automatically proceeding to the next slide, disabled when set to 0, this value can be overwritten by using a data-autoslide attribute on your slides | 0 | 19.0 |
autoSlideStoppable |
y n |
Stop auto-sliding after user input | y | 19.0 |
alignImage |
n y |
Automatically move images to left hand side of slide text, will only align images greater than 200px in width | n | 19.0 |
backgroundTransition |
none fade slide convex concave zoom |
Transition style for full page slide backgrounds | fade | 19.0 |
controls |
y n |
Display presentation control arrows | y | 19.0 |
controlsBackArrows |
faded hidden visible |
Visibility rule for backwards navigation arrows; "faded", "hidden" or "visible" | faded | 19.0 |
controlsLayout |
bottom-right edges |
Determines where controls appear, "edges" or "bottom-right" | bottom-right | 19.0 |
fragmentClass |
grow shrink fade-out fade-up current-visible |
grow | 19.0 | |
fragmentHighlightColor |
none red green blue |
blue | 19.0 | |
fragments |
y n |
Turns fragments on and off globally | y | 19.0 |
parallaxBackgroundImage |
URL of the background image to use in your slideshow, overrides backgroundcolor |
19.0 | ||
progress |
y n |
Display a presentation progress bar | y | 19.0 |
slideNumber |
y n |
Display the page number of the current slide | n | 19.0 |
theme |
black blood beige league moon night serif simple sky solarized |
The theme you want to use for the slideshow, default will be what you choose from the admin panel under Look and Feel for jQuery UI | black | 19.0 |
headingLevelSlideSeparator |
1 2 3 4 5 6 |
Allows you to specify the heading levels to use to trigger a new slide (Included between h1 and h6) | 3 | 26.0 |
transition |
zoom fade slide convex concave (blank) |
Transition style | zoom | 19.0 |
transitionSpeed |
default fast slow |
Transition Speed | 19.0 |
The Plugin Slideshow converts a Tiki page to a slide show , every H1, H2, and H3 tag starts a new slide.
First, you must create a new Wiki page and save it. You can name it as you wish.
See Wiki and Using Wiki Pages for more information about wiki pages.
After creating the page, add the sections to it, each section must start with either an H1, H2 or H3 tag since each H1, H2 or H3 tag is the beginning of a new slide.
This is an example of a page with four H1 tags, each of which is a slide, the overview and code of which are shown below.
! Email and CalendarThe Universal Communication ToolPlugin ImageFile not found.
- Calendar
- Newsletter
- Webmail
- Address Book
- IMAP / CardDAV / CalDAV
- Notifications of Changes
- Anti-Spam
- Filters
OS and Network
The Underlying InfrastructurePlugin ImageFile not found.
- Router / Gateway / Firewall / VPN
- Virtualization (Any Client OS)
- Unified Index / Search
- Server / Network
- Desktop / Mobile
- Natural Language Processing (NLP)
- Federated Search
Commerce
Sell Memberships, Products or ServicesPlugin ImageFile not found.
- Customer / Membership Management (CRM)
- Shopping Cart / Payment
- Sales Force Management
- Advertising / Social Networks
- Event Management
- Digital Signage
- Accounting (Alpha)
Web and Intranet
Your Public and Private Web Content
- Website / CMS / Blog
- Wiki / Knowledge Base / Book
- Enterprise Social Networking
- Customer Support / Issue Tracker
- Web Framework / Workflows
- E-Learning / Quizzes
- Video Management
- Forums
Now it is time to transform the content of the page into SlideShow.
In edit mode, click on the help icon, when the window appears, click on the Plugin help tab then use the filter to find the Slideshow more quickly and click on it.
By clicking on the Slideshow icon, a window will appear.
At this step, customize the presentation of the Slideshow by changing the values of parameters such as Theme, Transition, Controls, etc. Then click on the Save button.
A code will appear in the Wiki page, save the page.
After saving the page, a button Start Slideshow Presentation will appear, click on it to start the slide.
This is the appearance of the Slideshow
You can then customize it, by changing the Theme or the Transition as shown in the image below
On the desktop you can reach the Slides Thumbnail View by hitting ESC on the keyboard. Use arrow keys to choose the slide you want to show.
You can choose to directly modify the parameters of the Slideshow Plugin.
This code:
Will produce:
Plugin Slideshow enables you setup different types of backgrounds as follows:
The slideshow is optimised for smart phones and tablets. It’s touch gestures enable you to easily browse the slideshow or jump to a screen.
Go to next or previous slides
Simply drag right or left to move forward or backwards in the slideshow.
View thumbnails of all the slides and choose a slide to browse
Use two fingers zoom in and zoom out gestures to view slide thumbnails or browse a slide you choose.
The slideShow plugin allow a global configuration for the slides behaviour or design (all slide will look and do the same). In case you need to specify options or design element per slide You can use the (PluginSlideshowSlide|SlideShowSlide plugin)).
Use this wiki plugin to configure a Slideshow in Tiki from the content of the wiki page using the headings in it. It extends the existing wiki page slideshow with notes & styles.
You need to enable it by means of marking these two checkboxes:
This s5 slideshow engine in Tiki resizes and relocates images automagically by default, in order to allow quickly show content, and a small thumbnail of the image at the upper right corner of the slide.
If you prefer to have the image shown at its original size and position, you can add the parameter class="fixedSize"
to your img
call. Example:
This code would show the image as a small thumnail in the upper right corner of the slide: Copy to clipboard |
|
But this code would allow the image to be shown at the original size of 500px and at the same position where this code was written. Copy to clipboard |
|
See this presentation as example, create with the JQuery S5 Slideshow Feature in Tiki7 in a localhost, and then converted into pdf in a later stage, as seen here:
http://ueb.ir.vhebron.net/UseR+2011
This is the wiki page created in the local tiki site:
Identify these 3 areas, since they are specially relevant and take different roles when the page is shown as a slideshow:
(1) Wiki page title
(2) First section between headings
(3) Second Section between headings
In this case, this is "2011 UseR"
First section between headings of levels 1 to 3 (of level 2 in the case shown at the previous screenshot (created with standard !!
syntax).
Limited text is added here since this first heading and its content until the next heading will be used as a footer for the presentation when in slideshow mode.
Second section between headings, of second level in this case (created with standard !!
syntax). This will be used as the entry point for the presentation.
At this point, you click at the "slideshow" button that will show up in the bottom of the wiki page, which will lead you to an url similar tiki-slideshow.php
As seen in the previous slideshow, a few areas can be recognized from the source wiki page:
(2) First section between headings
(3) Second Section between headings
"2011 UseR" is the text shown in the top bar of the browser (not seen in the previous screenshot)
Content of the first heading is shown as footer in the slideshow for all slides.
Content of the second heading can be used as a normal presentation of the slideshow. Next headings will be used as indicators of new slides.
When you pass your mouse over the footer of any slide, a control bar will be shown at the footer instead:
In this bar you will find some buttons and controls that will allow you to manage the play, forward, reverse, etc. of the presentation, plus a few other things:
(4). Slideshow Theme style
(5). Notes
(6). Slide list for quick jumps
(7). Close the presentation and back to wiki page
(8). (Missing in screenshot). Since Tiki9, there is also an option to generate a PDF from the presentation (if the experimental feature is enabled).
You can change the theme style for the presentation ( redmond
style shown in the previous screenshot).
You can show the notes for the slides, that will appear in a spare browser window, so that when used in a multi-monitor environment, they can be shown in the local monitor while the presentation is shown in the public screen.
You show the slide list, which allows you to click in any of them and jump into it straight away.
You can also close the presentation and return to the wiki page which acted as a source of the presentation.