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? Berto _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
