[Seaside] JQuery dialog radio buttons

Ramiro Diaz Trepat ramiro at diaztrepat.name
Mon Dec 28 05:37:31 UTC 2009


Hi there,
I have a JQuery dialog, which is a simple form composed of radio buttons.
 Each of those radio buttons has a #callback: block, that never gets called.
The code that creates the radiobuttons looks something like this:
html listItem
with: [html radioButton
group: group;
callback: [self newTemplate: template];
with: [
html label: template name.
html paragraph: template description]]].


I saw a similar example in:
JQFormFunctionalTest>>renderRadioButtonOn: html

where radio buttons have a callback as well, and in this case the #callback:
block does get called each time you change the radio button selection.
Is there is anything particular to take care of for the callbacks to work
inside a JQuery Dialog?
In the example, the execution of the rendering in the #onChanged:  triggers
the #callback: of the radio buttons?
Thanks


r
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20091228/8704bf22/attachment.htm


More information about the seaside mailing list