Tabview: Tabs on the side

Hi,
Is it possible to show tabs on the left,right side or at the bottom in addition to on top?

tabs is separate control so they can be shown anywhere relative to the central area, but they are always horizontal.

http://webix.com/snippet/8ffe7541

Hi Viktor,

I used tabview, how I can achieve the same w/ tabview?

Thank you,
Alexander

Tabview is a combination of tabbar and multiview, it just provides a more simple syntax to create both.
http://webix.com/snippet/db6d7c2b

Currently there is no way to have a tabview with tabbar at bottom ( most probably will be added in the future), but you can have the same result view with the above code.