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

Lukas Renggli renggli at gmail.com
Tue Sep 18 08:25:51 UTC 2007


> 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


More information about the seaside mailing list