help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] checboxes and number of client/server interactions


From: Bèrto ëd Sèra
Subject: [Help-smalltalk] checboxes and number of client/server interactions
Date: Sat, 14 Nov 2009 12:26:33 +0200

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




reply via email to

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