DHTMLX Docs & Samples Explorer

onMouseOver

Fires when the user moves the mouse cursor over the specified date

myCalendar.attachEvent("onMouseOver",function(date, ev){
    // your custom code
});

Parameters of handler function:

  • date - a Date object
  • ev - a native event object