hello
look at the following example:

modelSkel = { a: 1, b: 2, c:  "not hidden but fake" };
var model = qx.data.marshal.Json.createModel(modelSkel);
var controller = new qx.data.controller.Object(model);

there is no widget to bind the c, so
how can i access property c to change its value before serialization
process?

-- 
View this message in context: 
http://n2.nabble.com/changing-value-of-hidden-form-element-tp4660449p4660449.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