[Seaside] Re: Re: Re: SUPeriodical - changing the frequency on the fly

Lukas Renggli renggli at gmail.com
Thu Aug 24 16:58:11 UTC 2006


>         html div id: 'track'; with: [ html div id: 'handle' ].
>         html script: (html slider
>                 handleId: 'handle';
>                 trackId: 'track';
>                 value: frequency;
>                 range: (1 to: 10);
>                 onChange: (SUStream on: 'console.log("change",
> arguments);updater.stop();updater.frequency=arguments[0];
> updater.start();'))

Ahh, maybe remove the console.log statement, this was just for me to test ;-)

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


More information about the Seaside mailing list