onBeforeGanttReady

在 dhtmlxGantt 初始化开始之前触发

void onBeforeGanttReady();

Example

gantt.attachEvent("onBeforeGanttReady", function(){
    // 在此处放置任何自定义逻辑
});

See also
Back to top