« Return to Thread: Sending messages to javascript objects

Re: Sending messages to javascript objects

by Sophie2 :: Rate this Message:

Reply to Author | View in Thread

"Andres Fortier" <andres@...> wrote in message

> Now, even though possible, in some cases it is a waste of user time and
> bandwidth to re-render a whole component

Updater can update any element with an html id, even an individual checkbox.

e.g.

onClick: (html updater
    id: tinyElementId;
    callback: [ : r | self renderTinyElementOn: r]);


You can assign elements ids while they are being rendered using
    html nextId

Hth,

Sophie



_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

 « Return to Thread: Sending messages to javascript objects