Hi everyone,

for the past couple of days I've been working on a new form widget
that will feature some substantial advantages. Some of them:

* stateful: uses widgets to model fields and presentations. Field
widgets may influence each other dynamically.

* can be used without views.

* can be used with existing views, a compatibility layer will be
provided.

* decoupled from data -- base class `form-widget' stores intermediate
and parsed values in field widgets instead of mandatory underlying
data objects. A subclass that works with underlying data objects will
be provided.

* preserves the existing view and form widget machinery so existing
code will continue to work.

* new slim layout that doesn't use lists and gets away from the focus
on gridedit child forms.

I expect to have most of this finished very soon. Ideas and comments
are highly welcome.

  Leslie

-- 
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en.

Reply via email to