hi again

i implemented two list boxes. one is for main category names and the other
one is for sub categories.
cutting the crap; what i want to do is when there is a selection in first
list box the content of the second list box must be updated automatically. 
actually i did this with remote request in the listener method of first list
box.
but as you can guest its really slow. 
i want to load everything in single json file so there should be no remote
requests
on item selection. is this can be implemented with qooxdoo`s current  data
binding methods?

i think of a json format like this:

{ "main_cats"  = [ 
     "sub_cat_1" = [ { prop_1 }, {prop_2 } ... ],
     "sub_cat_2 " = [ { prop_1 }, {prop_2 } ... ],
     "sub_cat_3" = [.......................................],
    .......................
] }
 
im not sure of this format so if this is possible what should be the
appropriate json format?
regards

huseyin
-- 
View this message in context: 
http://n2.nabble.com/data-binding-question-tp4694961p4694961.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