defines content of tabview
webix.ui({ view:"tabview", cells:[ { header:"A", template:"My Tab 1 "}, { header:"B", template:"My Tab 2 "} ] })