[Seaside] Dynamically updating a WEB page

Lukas Renggli renggli at gmail.com
Wed Mar 15 18:50:35 UTC 2006


> Clock>>renderContentOn: html
>    html paragraph
>       script: (html periodical
>          frequency: 60
>          on: [ :r | r render: Time now ])

Oups, this should rather be:

    html paragraph
       script: (html periodical
          frequency: 60;
          callback: [ :r | r render: Time now ])

Sorry,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list