Hello,
I have integrated the dhtmlxMenu. If the user right-clicks on an event and then clicks on a free space, the selected event should be inserted there.
I just do not know how to determine the free space.
onClick only works with one event.
scheduler.attachEvent(“onClick”, function (id, e){
//any custom logic here
return true;
});
Anybody got any ideas?
Thanks Ciao thomas