Can anyone come up with a good idea how to approach a solution to this problem:

We have a json file with two levels

type A
 subtype A1
 subtype A2
 subtype A3
 subtype A4

type B
 subtype B1
 subtype B2




THen
we have two comboboxes. We bind the "type" level to the first combobox
and it works fine like one of the examples.  But then we would like to
bind the second combobox to the "subtype" level too. It means that when
the user chooses the first combobox, the subtypes of that alternative
comes up.

Has anyone any idea how to solve this problem with binding to the same json 
file?

I would appreciate some good suggestions or solutions!                          
          
_________________________________________________________________
Hotmail: Trusted email with powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969
------------------------------------------------------------------------------
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