Check documentation for the latest version of dhtmlxSuite onHide DHTMLX Docs

onHide

fires when a calendar becomes hidden (useful when attached to an input)

void onHide();

Example

myCalendar.attachEvent("onHide", function(){
    // your code here
});

Back to top