getTabbar

returns webix ui for Tabbar in tabview

object getTabbar();
objectwebix ui for Tabbar in tabview

Example

// view - instance of webix.ui.tabbar
var view = $$("mytabs").getTabbar();

Back to top