[Seaside] JQuery dialog radio buttons

Lukas Renggli renggli at gmail.com
Mon Dec 28 09:57:38 UTC 2009


> I think if you look in JQFormFunctionalTest's
> #renderLabel:control:model:on:, you'll see that it is outputing
> javascript that serializes the form fields... seems kind of
> complicated though for what you want. I imagine you can just do
> something like (untested):

Yeah, this is a bit complicated because it tries to render all
possible form controls using the same method.

> html radioButton
>   group: group;
>   onChange: (html jQuery ajax callback: [ ... ]);
>   with: [...]

The simplest is if you serialize the complete form. For example if you
register the following script for change events on each form element

     html jQuery ajax serializeForm

you will trigger all callbacks of the enclosing form whenever
something changes, essentially keeping the form persistent all the
time.

Lukas

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


More information about the seaside mailing list