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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.