help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Re: Iliad: I must be misunderstanding some basic fo


From: Nicolas Petton
Subject: Re: [Help-smalltalk] Re: Iliad: I must be misunderstanding some basic form behaviour...
Date: Sat, 14 Nov 2009 12:01:59 +0100

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]