VIEW is a base class for all ui-related components, 'ground' for their placing like a box where you store various things.
Related sample: 01_views/03_hidden_view.html
The following is an example of initialization with the commonly used parameters (to see a full list of VIEW's parameters, please refer to the corresponding chapter of the manual):
dhx.ui ({ container:"view_box", css:"viewStyle" })
To use ui functionality, touchui.css and touchui.js files must be included.