Event onDblClick dont works

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... }

Thanks Stanislav,

I’m go test this solution and I will comment the result here.

Thanks again.

this solution resolv my problems.

thanks