Hi, i must hide or disable time period in lightbox.
How?
I’ve tried:
scheduler.attachEvent("onLightbox", function(){
var time = scheduler.formSection("time");
var control = time.node.querySelector("select");
control.disabled = true;
});
but disable only start time
thanks