Imago - Release v0.8
As mentioned earlier i present today Imago version 0.8 and also the updated Imago JAlbum skin.
Changes:
- refactored xhtml structure;all generated xhtml, except the thumbs table, was removed in javascript and can now be specified in your xhtml file
- updated to mootools 1.2.x and therefor it doesnt run with mootools 1.11 anymore
- image prefetching is now always on for thumbnails and first main image
Download:
Imago v0.8
Whats next?:
I still need to update the docs and probably also the Picasa Exporter.
And a short reminder that theres an own feed for Imago news and releases now.



By: Jens in
on 12 April 2010 at 07:49 Christian Sonne Jensen said …
Hi,
I was wondering if you could provide some kind of "spec" for how to customize the gallery.xml file.
Also if you could provide hooks into the API events in order to get notified upon e.g. click events and loaded events. Example:
< script >
...
var gallery = new Gallery();
gallery.loader.onImageLoaded = someFunction
gallery.loader.onXYZ = someOtherFunction
...
< /script >
The listener should be provided with relevant information about the event, e.g. image data (name, path, size and whatever)
Thanks for a nice API....
Christian Sonne Jensen
on 16 April 2010 at 04:01 Jens said …
Theres no spec for customizing the gallery.xml. In general its the default format of simpleviewer. In v0.7 and lower one could just changed the Loader.
In v0.8 theres the imagoReady event, but i haven't had a need for more events yet. Why do you need them?