[Seaside] changing components without a complete redraw

David Pollak dpp at athena.com
Thu Sep 21 00:20:56 UTC 2006


Howdy,

I'm trying to figure out how to use Seaside and Scriptaculous to  
cause components on a page to be redrawn if they have changed from  
the last HTTP request.  The scenario looks something like:

html anchor
          onClick: (html updater
          callback: [ :render | self changeMe. self otherComponent  
changeYou. render renderAllChangedElements ]);
          with: 'Do Change'.

The existing implementation of SUUpdater does not collect the changed  
components and push all the changes back to the client at once.  Has  
anyone done any work to collect all the changes and push them back to  
the browser (the renderAllChangedElements call)?  If not, I'll be  
happy to knock something together.

Thanks,

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20060920/3dd7a22b/attachment.htm


More information about the Seaside mailing list