sets the initial value for a control
webix.ui({
view:"segmented", id: "segment",
value:"one",
options:[
{ id:"one", value:"One" },
{ id:"two", value:"Two"},
{ id:"three", value:"Three"}
],
value: "three" // sets the value initially
});
All controls fall into:
In case of multiple-value controls, the property points to the ID of the initially chosen option.
Value of the control may be: