Slideshow Control
This is a control bar for a slideshow.
The control is simple navbar that will be placed on a page with an automatic slideshow.
As this page has sme pretty complex W3.css Framework class usage there is a problem isolating the class behaviour.
A simple w3-button seems to be the simplest
The Javascript for the slideshow control will be taken from the church slideshow.
Some philosophical notes
The template used for this page uses some pretty complex CSS.
Although I have spent a lot of time "honing" the code to do what I want I still have to play around with different Framework elements and containers to get the effect that I desire.
When placing a slideshow on a "feature" page it seems the best place is at the bottom of the main section and it needs to be padded out with spacer so that if "Links" as sclected the rext does not jump around on the screen.
The script for the slideshow control can be "condensed" in a similar manner to that of the shim scripting. The function checkInterval{} does not seem to be used. This could be part of the development for the Storyboard.
I have removed some of the class definition and declaration from the slides as this seemed to be a carry-over from earlier development.
I have not added the code that displays the slide interval as I did in the Storyboard experiment. This was an addition of an innerHTML setting.