MULTIVIEW is a component that lets you present different views in the same area. At the same time, just one view is visible. Ui-related MULTIVIEW inherits from layout.
Related sample: 01_views/09_multiview.html
The following is an example of initialization with the commonly used parameters (to see a full list of MULTIVIEW's parameters, please refer to the corresponding chapter of the manual):
dhx.ui({ view:"multiview", id:"multi", cells:[{...}] });
Specify id if you're going to refer to MULTIVIEW later.
To use ui functionality, touchui.css and touchui.js files must be included.