allows to configure tabbar part of tabview
webix.ui({ view:"tabview", tabbar:{ optionWidth:100 }, cells:[ { header:"A", template:"My Tab 1 "} ] })