A control that allows a user to select time value either by moving handles along track bars or by entering hour and minutes values directly into related inputs.
const form = new dhx.Form("form_container", {
rows: [
{
type: "timepicker",
name: "timepicker",
label: "time",
labelWidth: "50px",
timeFormat: 12,
valueFormat: "timeObject",
value: [6,20,"AM"]
}
]
});
You can manipulate a TimePicker control by using methods or events of the object returned by the getItem() method.
There is a possibility to use methods of DHTMLX TimePicker via the getWidget() method of a TimePicker control.
For example, you can set value for a TimePicker control. To do this, you need to get the widget attached to the TimePicker control and then use the setValue() method of this widget.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4