sets the initial value for a control
webix.ui({
view:"daterangepicker",
suggest:{
view:"daterangesuggest",
},
// initial value of the control
value: {
start:webix.Date.monthStart(new Date()),
end:webix.Date.monthStart(webix.Date.add(new Date(), 1, "month"))
}
});
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: