Hello,

i try to serialize a form like this

                var controller = new qx.data.controller.Form(null, 
this.form);
                this.model = controller.createModel();
                alert("You are saving: " + 
qx.util.Serializer.toJson(this.model));
               
               

but i have some selectboxes ,... and i dont need the visible label. i 
need an userdata id

is tehri any easy  method to  get a special userdatavalue?
like a value  like id,..?!

Thank you for help

------------------------------------------------------------------------------
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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to