TOOLBAR is a component that contains buttons, labels, icons and other elements used for most-popular commands in app. Ui-related TOOLBAR inherits from view.
Related sample: 03_toolbar/01_init.html
The following is an example of initialization with the commonly used parameters (to see a full list of TOOLBAR's parameters, please refer to the corresponding chapter of the manual):
dhx.ui({ view:"toolbar", type:"MainBar", height:110, id:"leftbar", visibleBatch:"init", elements:[{ ... }] })
All the controls that can be used in TOOLBAR (and not only in TOOLBAR, but also in FORM or as individual components) you can find in 'Controls' chapter.
To use ui functionality, touchui.css and touchui.js files must be included.