list

I am trying to learn dhtmlx touch and have a query on how I could populate the list box using java code. The examples show data being loaded from xml file only. I have a form which has submit button and on clicking on this i would like to build a list and show it on screen and would like to know how i could do this.

You can use any code which will produce valid json output.

docs.dhtmlx.com/touch/doku.php?id=list_json

Also, there is a connector lib which can produce such data feeds directly from database.
dhtmlx.com/x/download/regula … r_java.zip

Thanks. If my code produces a dynamic xml or dom object with xml can I provide that to list to render it or json is the only option?

XML will work as well

docs.dhtmlx.com/touch/doku.php?id=list_xml

Server side code must provide xml and client side load it as

list.load(url, "xml")