[Seaside] Lightbox and Scriptaculous

Lukas Renggli renggli at gmail.com
Tue Nov 4 19:38:02 UTC 2008


> is it possible to invoke lightbox as part of scriptaculous
> updater/evaluator script.

No, #lightbox: is like #call: and should not be used from within AJAX
callbacks.

SULightbox makes a nice demo, but for most applications you need to
implement something that exactly matches your needs. If you do so, you
might want to inject the lightbox directly using an updater/evaluator.
Doing so is not complicated, but it requires an exact knowledge of
your DOM tree and CSS.

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list