sets a new value for the control
value | string|Date | a new value for the control |
config | any | operation config |
webix.ui({
view:"timeboard",
id: "myBoard"
});
$$("myBoard").setValue("10:55");
The method takes a string like "12:10" or a date object as a parameter. The second parameter can be of any type (from a string to an object). config will be passed to the onChange event as the last parameter.