onBeforeGanttReady

fires before the dhtmlxGantt initialization is started

void onBeforeGanttReady();

Example

gantt.attachEvent("onBeforeGanttReady", function(){
    //any custom logic here
});

See also
Back to top