[Seaside] SU updater or SU element - how to affect multiple elements?

Lukas Renggli renggli at gmail.com
Mon Dec 10 22:06:14 UTC 2007


> I need to affect multiple elements (via html #update, or #element #hide,
> #show). I know their IDs. How should I do this?

html evaluator callback: [ :s |
   s element id: 'first'; hide.
   s element id: 'second'; show ]

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list