Categories | Question details Back To List | ||
dhtmlxTreeGrid and JSON The following extracted from test_list_1.xml - <row id="bmw"> <cell image="folder.gif">BMW</cell> // this is the question?? <row id="bmw1"> <userdata name="bmwUD1"> userdata value for bmw1 1 </userdata> <userdata name="bmwUD2"> userdata value for bmw1 2 </userdata> <cell image="leaf.gif">325i</cell> <cell>30,800</cell> <cell>2.5L</cell> <cell>184</cell> <cell>19</cell> <cell>27</cell> </row> <row id="bmw2"> <cell image="leaf.gif">M3 Coupe</cell> <cell>47,100</cell> <cell>3.2L</cell> <cell>333</cell> <cell>16</cell> <cell>24</cell> </row> </row> How are images dealt with in JSON Your XML file detail is admirable, but JSON is not as clear - any chance of an update to documentation? Answer posted by dhxSupport on Feb 12, 2009 02:31 |