skip to navigation
skip to content

collective.fancyzoomview 0.4.2

Smooth javascript image zooming for Plone folders and topics.

Introduction

collective.fancyzoomview provides smooth Javascript image zooming for Plone folders and topics loosely based on Cabel Maxfield Sasser's Fancy Zoom.

Since version 0.3, collective.fancyzoomview is based on Steve Smith's jquery version of Fancy Zoom.

Buildout Installation

Add the following code to your buildout.cfg:

[buildout]
...
eggs =
    ...
    collective.fancyzoomview
    ...

...
[instance]
...
zcml =
    ...
    collective.fancyzoomview
...

If you also want Fancy Zoom for Plone News Items add the following code to your buildout.cfg:

[buildout]
...
eggs =
    ...
    collective.fancyzoomview
    ...

...
[instance]
...
zcml =
    ...
    collective.fancyzoomview
    collective.fancyzoomview-overrides
...

Changelog

0.4.2 (2008/01/17)

  • Doctest added
  • Display a nice title instead of fancy_zoom_view in the display menu

0.4.1 (2008/01/01)

  • NameError fixed in topic view

0.4 (2008/12/25)

  • Fancy Zoom view for News Items added

0.3 (2008/12/25)

  • Switch to jQuery

0.2 (2008/06/09)

  • Initial release

0.1 (unreleased)

File Type Py Version Uploaded on Size # downloads
collective.fancyzoomview-0.4.2.tar.gz (md5) Source 2009-01-17 17:28:24 24KB 187
collective.fancyzoomview-0.4.2-py2.4.egg (md5) Python Egg 2.4 2009-01-17 17:28:39 75KB 1636

Log in to rate this package.