[Seaside] Scriptaculous question

Lukas Renggli renggli at gmail.com
Fri Apr 7 12:43:11 UTC 2006


> My question is: is anyone using that design (the Form demo) in their
> apps? It wraps each "widget" in a form of its own and uses ajax to
> trigger and submit each form, IIUIC.

Yes, I only implement things that I use ;-)

Well, you worry about that many forms, do you? Actually you only need
to put a form around checkboxes and multi-select list-boxes, because
Seaside generates some additional hidden fields for those that would
be lost otherwise. So for all the other form controls (text-input,
text-area, option-box, drop-down) you can directly serialize the
element, see the comment of #triggerForm: and #triggerFormElement: in
SUAjax.

Lukas

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


More information about the Seaside mailing list