collective.js.galleria 1.0
Latest Version: 1.2
Introduction
This addon register Galleria JQuery plugin in Plone's resource registries.
version: 1.2.4
About Galleria
Galleria is a JavaScript image gallery framework built on top of the jQuery library. The aim is to simplify the process of creating professional image galleries for the web and mobile devices.
Notes
Galleria in its way to manage theme parse all link tags to find the css attached to the theme. To make it work in production mode you must add themes javascript and css called by the template.
// look for manually added CSS
$('link').each(function( i, link ) {
reg = new RegExp( theme.css.replace('\+\+resource\+\+','\\+\\+resource\\+\\+') );
if ( reg.test( link.href ) ) {
// we found the css
css = true;
Galleria.theme = theme;
return false;
}
});
As you can see the original code has been patched to support ++resource++ url.
Credits
Changelog
1.0 (2012-01-04)
- Initial release
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| collective.js.galleria-1.0.tar.gz (md5) | Source | 2012-01-04 | 50KB | 228 | |
- Author: JeanMichel FRANCOIS aka toutpt
- Home Page: https://github.com/collective/collective.js.galleria
- License: GPL
- Categories
- Package Index Owner: toutpt
- Package Index Maintainer: vangheem
- DOAP record: collective.js.galleria-1.0.xml

