PAGELIST is a component for presenting different views which can be changed by means of scrolling (horizontal or vertical). By changing size of PAGELIST area, you can set any number of displayed at the same time views. Ui-related PAGELIST inherits from list.
Related sample: 04_list/05_pagelist.html
The following is an example of initialization with the commonly used parameters (to see a full list of PAGELIST's parameters, please refer to the corresponding chapter of the manual):
dhx.ui({ view:"pagelist", id:"x_list", scroll:"x", url:"data.xml", datatype:"xml", template:"#name#", panel: false })
Specify id if you're going to refer to PAGELIST later.
To use ui functionality, touchui.css and touchui.js files must be included.