Check documentation for the latest version of dhtmlxSuite onDhxCalendarCreated DHTMLX Docs

onDhxCalendarCreated

fires on calendar's initialization on the page

void onDhxCalendarCreated(object myCal);
myCalobjectthe calendar object

Example

grid.attachEvent("onDhxCalendarCreated",function(myCal){
    //your code here
});

Back to top