TEMPLATE view is a ui-related class inherited from view. The addition of this class is possibility to add some content.
Related sample: 09_template/01_init.html
The following is an example of initialization with the commonly used parameters (to see a full list of TEMPLATE's parameters, please refer to the corresponding chapter of the manual):
dhx.ui ({ view:"template", src:"data.php", scroll:true })
Specify id if you're going to refer to TEMPLATE later.
To use ui functionality, touchui.css and touchui.js files must be included.