Hi
when i save one event with recurring type and try to open lightbox for another save, repeat event displaying previously selected values(which i want to clear).
How to achieve this?
Hi,
you can reset the lightbox each time it’s openedscheduler.attachEvent("onBeforeLightbox", function (){
scheduler.resetLightbox();
return true;
});
docs.dhtmlx.com/scheduler/api__s … event.html
docs.dhtmlx.com/scheduler/api__s … htbox.html