Can I create multiview with tabbar in the bottom?

Couldn’t find this in the docs and forum.

Yep, sure

dhx.ui({ rows:[ { cells:[ ... multiview cells here... ]}, { view:"toolbar", elements:[ { view:"tabbar", options:[ ... options for tabbar ... ]} ]} ] })