value

sets the initial value for a control

string|Date value;

Example

webix.ui({
  view: "timeboard",
  value: "09:45"
});

Details

The property can be a string with time like "10:15", or a Date object.

See also
Back to top