[Seaside] How to swap div blocks with timed interval?

dirk newbold dirkdirk at gmail.com
Tue Sep 18 08:43:42 UTC 2007


As always - Thanks heaps

On 9/18/07, Lukas Renggli <renggli at gmail.com> wrote:
>
> > How do I swap rendered blocks with a timed interval?
>
> html div id: 'block'; with: [ self renderBlockOn: html ].
> html script: (html updater
>   id: 'block';
>   callback: [ :r | self renderBlockOn: r ];
>   every: 10 seconds)
>
> Lukas
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
> _______________________________________________
> 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/20070918/462a337f/attachment.htm


More information about the seaside mailing list