onGanttRender

当甘特图在页面上完成渲染时触发

void onGanttRender();

Example

gantt.attachEvent("onGanttRender", function(){
    alert("甘特图已在页面上完全渲染。")
});

See also
Back to top