[Seaside] jQuery lightbox in Seaside 3.0

Bob N. bobn at rogers.com
Wed Jul 14 12:59:30 UTC 2010


Nick,
Thank you... that's a good starting point for me; somewhat easier than
starting from scratch.

I continue to be surprised that there is so little demand for this feature.
 I can't be the only one that uses #ligthbox: a lot but wants to move to
jQuery.

Bob

On Mon, Jul 12, 2010 at 11:29 AM, Nick Ager <nick.ager at gmail.com> wrote:

> <...>
>
Use it as follows:
> renderContentOn: html
> html form: [
> html submitButton
>         callback: [self jqDialog: self counter];
>         with: 'Open counter'
> ]
>
> where the component contains the following methods:
> counter
> ^ counter ifNil: [counter := WACounter new]
>
> children
> ^ Array with: self counter
>
> Hope this helps
>
> Nick
> <...>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100714/7e142f46/attachment.htm


More information about the seaside mailing list