Hi,
I have a Webix UI popup that I’m converting to use in JET
webix.editors.$popup.time = {
view: "popup",
body: {
view: "timeboard",
type: "time",
twelve: true,
seconds: false,
editable: true,
stringResult: false,
}
}
webix.editors.time = webix.extend({
popupType: "time",
}, webix.editors.date);
How would I convert this? Or do you have doc’s for this?
-Tomas