controls
Optional. Defines whether a timepicker is equipped with the Close and Save buttons
controls?: boolean;
Default value: false
Example
const timepicker = new dhx.Timepicker("timepicker_container", {
controls: true
});
Related sample: Timepicker. Initialization with button
Change log:
added in v6.4