Personal tools
Skip to content. | Skip to navigation
Zenoss Jobber module
easy_install egg information
Provides lightbox functionality for images
Products.jsImagePopups provides a jQuery lightbox plugin to open image popups without using a new browser window. By default links pointing to *image_view_fullscreen*, having a *rel* attribute beginning with *lightbox* or contained in an element with class *photoAlbumEntry* are using the provided plugin. This includes the *news item* view the *album* view and the *image* of plone. To activate the plugin for your own view either set the *rel* attribute on the desired links or instantiate the links on your own, for an example on how to do this have a look at the *browser/lightbox.init.js* file. Changing the behaviour of the lightbox may be done by changing the *jsImagePopups* property in the *site_properties* property sheet or by activating the plugin by yourself and providing a custom settings object.
Kupu is a cross-browser WYWSIWYG editor. It allows the comfortable editing of the body of an HTML document. It's client-side (browser) requirements are one of: - Mozilla 1.3.1 or higher - Internet Explorer 5.5 or higher - Netscape Navigator 7.1 or higher - Opera 9 or higher Server-side there are hardly any requirements, except for some way of processing data (CGI or something more fancy like PHP, ASP or Python scripts in Zope). Kupu is particularly suited for content migration as well as editing. Content copied from an existing web page is pasted with all formatting intact. This includes structure such as headings and lists, plus links, image references, text styling, and other aspects. Copying text from a word processor with an HTML clipboard - such as MS Word - works exactly the same. Kupu will clean up the content before it is sent to the server, and can send data to the server asynchronously using PUT (which allows the data to be saved without reloading the page) as well as in a form. Kupu can be customized on many different levels, allowing a lot of changes from CSS, but also providing a JavaScript extension API.