i find an example like this

      // connect the select box
      controller.addTarget(
        genderSelectBox, "selection", "gender", true //, 
genderModel2Selection, genderSelection2Model
      );


but when i use it in my form  :

controller.addTarget(
    this.widgets["PRODUKTID"], "selection", "PRODUKTID", true //, 
genderModel2Selection, genderSelection2Model
    );

i get this

&PRODUKTID=qx.ui.form.ListItem%5B3rb%5D&

on the other hand i  need a userdata value. How can i get this?


------------------------------------------------------------------------------
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