Hey,

hkalyoncu wrote:
> 
> it would be appreciated if someone updates the part of the tutorial
> located here: 
> http://qooxdoo.org/documentation/1.0/ui_form_handling#serialization
> 
I have added a hint to the part of the tutorial.


hkalyoncu wrote:
> 
> which way is better or most suitable for a form?
> 
> controller.addTarget(ordinaryWidget, "value", "c", true);
> 
> or
> 
> model.setC("new value");
> 
The two lines you posted do really different things. So it depends on what
you want to do. If you just want to set a value to C once, you should use
the second one. If you want to connect the ordinaryWidget to C, you need to
use your first code snippet.

Regards,
Martin
-- 
View this message in context: 
http://n2.nabble.com/changing-value-of-hidden-form-element-tp4660449p4667146.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to