Mootool Smoothgallery plugin

Plugin details

Uses JonDesign's (Jonathan Schemoul) SmoothGallery 2.0, a javascript gallery and slideshow system.
http://smoothgallery.jondesign.net/

Repositoryhttp://mootools-smoothgallery.googlecode.com/svn/trunk/ Author Viraj Thenuwara Tags gallery, mootool LicenseMIT

Documentation

Install the plugin:
ruby script/plugin install http://mootools-smoothgallery.googlecode.com/svn/trunk/

To use:

  ./script/generate mootool_smoothgalery 



Example:

  # View  
  < div class="content">
    <%= smooth_gallery( "myGallery", @blogs, { :store_dir => "gallery/green/" } )%>
  < /div>



smooth_gallery takes a
- first parameter as a DOM id
- second parameter as the collection ( )
- third parameter(optional), an options hash to specify the image stored directory

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: hardway, about 1 month ago