sets the initial value for a control
webix.ui({
view:"select", id: "myselect", label:"Branch",
value: 1,
options:[
{id:1, value:"Master" }, // the initially selected value
{id:2, value:"Release" }
], labelAlign:"right"
});
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: