MouseOver for dhtmlscheduler

Hi,
Can I use the mouseOver event on scheduler to show the lightbox?

Best Regards

Allen

scheduler.attachEvent("onMouseMove", function(id){ if (id) scheduler.showLightbox(id); })