returns the current value of the control
string | the current value of the control |
webix.ui({
view:"segmented", value:"one", options:[
{ id:"one", value:"One" },
{ id:"two", value:"Two"},
{ id:"three", value:"Three"}
]
});
...
$$(segmented1).getValue();
//returns "one"
The returned value of the control may be: