DHTMLX Docs & Samples Explorer

onMouseOut

Fires when the user moves the mouse cursor out from the specified date

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

Parameters of handler function:

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