Hi Berto,

You are right, the form in your widget is never sent. There is a way to
do it though:

[:e |
    e form 
        id: someString;
        build: [:form |
            form input
                action: [:val | self doSomethingWith: val].
            form a
                text: 'submit';
                onClick: 'iliad.evaluateFormAction(jQuery("#',
someString,'"))']]


HTH,

Nico

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to