CAROUSEL is a component used for presenting different views which can be changed by means of scrolling (horizontal or vertical). It's similar to PAGELIST but PAGELIST has some additional possibilities. Ui-related CAROUSEL inherits from layout.
Related sample: 01_views/13_carousel.html
The following is an example of initialization with the commonly used parameters (to see a full list of CAROUSEL's parameters, please refer to the corresponding chapter of the manual):
dhx.ui({ view:"carousel", rows:[{ ... }], panel:{ align:"bottom"} });
Specify id if you're going to refer to CAROUSEL later.
To use ui functionality, touchui.css and touchui.js files must be included.