Hello,
How can I get the event object in the onBeforeSelect event in order to check if a special key is pressed (ie : shift, control, …) ?
Cheers
Gilles
Hello,
How can I get the event object in the onBeforeSelect event in order to check if a special key is pressed (ie : shift, control, …) ?
Cheers
Gilles
There is no way to get event object inside “onBeforeSelect” event handler. As a workaround you can use dhtmlxEvent object and attach any necessary event to any container on the page.