Ladeia
#1
Hello,
I am a student and wanted use the dhtmlxScheduler in my work.
I need customize the onDblClick event for call my other page instead of lightbox.
For test reason I used this code:
var date = new Date();
scheduler.attachEvent(“onEmptyClick”, function (data, native_event_object){
alert(“clicking in the all”);
});
but alert don’t called
somebody help-me?
To replace lightbox only you can use
scheduler.showLightbox = function(id){
...place here a code to show the custom page...
}
Ladeia
#3
Thanks Stanislav,
I’m go test this solution and I will comment the result here.
Thanks again.
Ladeia
#4
this solution resolv my problems.
thanks