onBeforeGanttRender

在甘特图渲染到页面之前触发

void onBeforeGanttRender();

Example

gantt.attachEvent("onBeforeGanttRender", function(){
    // 在这里放置任何自定义逻辑
});

See also
Back to top