[Seaside] [Q] Ordering Effect and Updater

Lukas Renggli renggli at gmail.com
Tue Jul 17 19:43:13 UTC 2007


> canvas submitButton
>        onClick: (canvas effect
>                                id: 'kGoogle';
>                                highlight;
>                                onBeforeStart: (canvas updater
>                                        id: 'kGoogle';
>                                        triggerForm: 'searchForm';
>                                        callback: [ :r | self searchWeb. r render: [ self renderResultsOn: r]]);
>                                return: false);
>        text: 'Search'.

Use one of the events in SUUpdater (actually see its superclass
SUAjax). I think it is called #onComplete:, but I am not entirely sure
and I cannot check ...

Lukas

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


More information about the Seaside mailing list