Table of Contents


See ContributedPlugins

Overview#

This plugin uses http://www.jssor.com/ to create a sliding image gallery in your JSPWiki page.

Written by David Vittor
Date 23-Aug-2014
Plugin Version 0.1
Wiki Versions 2.10.1+
Demo http://digitalspider.com.au/JSPWiki/Wiki.jsp?page=ImageGalleryPluginDemo
Details http://digitalspider.com.au/JSPWiki/Wiki.jsp?page=ImageGalleryPlugin
Issues https://github.com/digitalspider/jspwiki-plugins/issues
Plugin ImageGalleryPlugin-0.1.jar(info)
Dependencies jssor-templates.zip(info)

Usage#

  • Download the jssor.zip file, and extract into your <tomcat>/webapps/JSPWiki/ directory
  • Place the jar file into your <tomcatDir>/webapps/JSPWiki/WEB-INF/lib/ directory
  • Restart your tomcat
  • Add the following to your page:
!Attachments
[{ImageGallery items=3 width=900 steps=3 autoplay=2000 speed=200 arrows=true nav=true sortby=name sortdesc=true}]
!SMH
[{ImageGallery url='http://www.smh.com.au/' items=3 width=900 steps=3 autoplay=2000 speed=200 arrows=true nav=true sortby=name sortdesc=true}]

Category.Plugins