объект для настроек multiview в Tabview
webix.ui({
view:"tabview",
multiview:{
animate:{ type:"slide" }
},
cells:[
{ header:"A", template:"My Tab 1 "},
{ header:"B", template:"My Tab 2 "}
]
});
Наверх