[Seaside] Re: lightbox - used in a callback - what am I doing wrong?

itsme213 itsme213 at hotmail.com
Wed Jan 23 16:48:08 UTC 2008


I believe #lightbox cannot be used within Ajax callbacks, only with full 
page redraws.
e.g. Something like this should work:

html anchor
  callback: [ self lightbox:
     (SUClassBrowser new newClass: MyTestClass)];
  with: [html image url: ...]

Hth - Sophie 





More information about the seaside mailing list