Hi, me again, i am planning to do following scenario:
in formular assistent are some TextField and selectBox widgets. While 
loading, selectBox widgeta are filled with content using JSON GET. 
Fields are subscribed to a validator (validator to a controller). So far 
so nice.

What i need is: a store for all the data from the formular, with 
possibiliy to validate (clientside -> filled?) and the possibility to 
send all (or only a part) of data to the server for validation.
At the moment iam not exactly aware howto build this construct? The 
first idea was manually get Values of each Widget, put them into an JSON 
Array and send it with POST/GET, but this is not really a nice solution.

Can i use ONE store object for all? Bind each listcontroller for each 
SelectBox to the store?  Also a controller for a textfield, or put the 
textfield values in a array and bind like
a.bind("array[0]", textField, "value"); ? Are different valuation 
functions for the controller possible?

Would be appreciate each tip. Code is welcomed =)

--

Mit freundlichen Grüßen

Dimitri Henning





------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to