Home | Trees | Indices | Help |
|
---|
|
Abstract slideshow base class.
It does not display anything, but can be adapted by overriding some of the templating attributes. See ImageHTMLSlideShow for an example.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Return the complete HTML code for the slideshow. title -- Optional slideshow title (for defualt None not title is shown). delay - Delay between slides in ms (default 100). delay_delta - Step size for increasing or decreasing the delay. loop -- If True continue with first slide when the last slide is reached during the automatic slideshow (default is False). slideshow_id -- String with the id used for the JS closure, and this is also the id of the div with the slideshow (so it can be used by CSS) and it is used as a prefix for the HTML elements. If the value is None (default) then a random id is used. shortcuts -- Bind keyboard shortcuts to this slideshow (default is True). Note that keyboard shortcuts only work for a single slideshow per page.
|
Factory method for random slideshow id. |
|
|
|
|
|
|
|
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1-MDP on Mon Apr 27 21:56:25 2020 | http://epydoc.sourceforge.net |