refresh

redraws the DateRange value

void refresh();

Example

webix.ui({
    view:"daterange",
    id:"daterange1"
});
 
$$('daterange1').define("value", {start:new Date(), end:new Date(2018, 2, 5)});
$$('daterange1').refresh();

Details

setValue is the method you should use to change value.

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.