[Seaside] jQuery lightbox in Seaside 3.0

Facundo Vozzi facundov79 at gmail.com
Sun Aug 22 16:26:27 UTC 2010


Bob,
are you using scritpaculous #lightbox: on Seaside 3.0 ? It works fine for me
on Seaside 2.9 but not on Seaside 3.0.

Did you find a way to do the same with jQuery dialog ?

Thanks in advance,
Facundo

On Wed, Jul 14, 2010 at 9:59 AM, Bob N. <bobn at rogers.com> wrote:

> 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
>> <...>
>>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100822/c2ad4b61/attachment.htm


More information about the seaside mailing list