Layout

Overview

LAYOUT is a concept that defines how elements will interact with and relate to other elements. The component lets to compose several items into a single page. Ui-related LAYOUT inherits from view.


Related sample: 01_views/01_layout.html

Initialization

The following is an example of initialization with the commonly used parameters (to see a full list of LAYOUT's parameters, please refer to the corresponding chapter of the manual):

dhx.ui ({       
       type:"wide",
       rows:[{...}]
})

Specify id if you're going to refer to LAYOUT later.

API Reference

Related articles

A full list of articles.

To use ui functionality, touchui.css and touchui.js files must be included.