sets a new value for the component
value | string | a new value for the control |
config | any | operation config |
webix.ui({
view:"tabview",
id: "tab",
tabbar:{ optionWidth:200 },
animate:false,
cells:cells
});
$$("tabs").setValue("tab1");