Check documentation for the latest version of dhtmlxSuite onShow DHTMLX Docs

onShow

fires when the calendar becomes visible (useful when attached to an input)

void onShow();

Example

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

Back to top