Categories | Question details Back To List | ||
onDblClick and onBeforeLightbox I've been pulling my hair out on this one. I really need to surpress the lightbox from showing up and replace it with my own edit box. I have an event on the single click and it works as expected, I get the event id and then call my own ajax routine/web service however the following events just don't attach for me. scheduler.attachEvent("onDblClick",OnDblEvent); scheduler.attachEvent("onBeforeLightbox", OnBeforeLightbox ) I have alerts in both the OnDblEvent and OnBeforeLightbox functions and I never get into the function. It always results in the lightbox ui getting displayed. It's possible that I don't have the right js files included. PLEASE HELP THIS IS A SHOW STOPPER FOR MY DEVELOPER MANAGER. I KNOW THERE'S A WAY TO DO IT... Danny Answer posted by dhxSupport on Dec 29, 2009 08:45 Please make sure if you are using latest version of dhtmlxScheduler. You can download new version here http://dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml |