On Sat, 14 Nov 2009 12:26:33 +0200
Bèrto ëd Sèra <[email protected]> wrote:

> Hi
> 
> I'm looking at the example on the ToDoListEditor, which reads
> completedContents [
>       <category: 'building'>
>       ^[:e |
>           e td text: 'Completed'.
>           (e td checkbox)
>               action: [:val | self setItemCompleted: val];
>               checked: self item completed]
>     ]
> 
> My impression is that by doing this we have an interaction with the
> remote server per click, am I right?

Extrapolating from the other message, I'd guess not.

The action: block tells iliad what should happen once the form
has been submitted.

Speculation is fun :-)
s.


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

Reply via email to