returns the current value of the control
string | the current value of the control |
webix.ui({
view:"tabview",
id: "tab",
tabbar:{ optionWidth:200 },
animate:false,
cells:cells
});
$$("tabs").setValue("tab1");
$$("tabs").getValue(); // "tab1"
The returned value of the control may be: