e-thos
#1
Is there a way to make the time (start/end) not editable?
I have tried this without success
scheduler.attachEvent("onLightbox", function(){
var section = scheduler.formSection("time");
section.control.disabled = true;
});
You can fully remove “time” section from the lightbox
docs.dhtmlx.com/scheduler/lightbox_editors.html
e-thos
#4
Hi Stan,
I don’t want to remove it because it gives information to the user: starting/ending date and time of the meeting.
Is there a way to disable the combo box?