[Seaside] Re: Sending messages to javascript objects

itsme213 itsme213 at hotmail.com
Fri Apr 25 16:57:00 UTC 2008


"Andres Fortier" <andres at lifia.info.unlp.edu.ar> 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 





More information about the seaside mailing list