Documentation

tabbar

allows to configure tabbar part of tabview

object tabbar;

Example

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

Back to top