DATAVIEW is a component which allows to display a collection of objects according to some user-defined template. Ui-related DATAVIEW inherits from view.
Related sample: 05_dataview/01_init.html
The following is an example of initialization with the commonly used parameters (to see a full list of DATAVIEW's parameters, please refer to the corresponding chapter of the manual):
dhx.ui ({view:"dataview", id:"topData", width:322, height:200, url:"data.xml", datatype:"xml" })
Specify id if you're going to refer to DATAVIEW later.
To use ui functionality, touchui.css and touchui.js files must be included.