onBeforeGanttReady

dhtmlxGantt 초기화가 시작되기 직전에 트리거됩니다.

void onBeforeGanttReady();

Example

gantt.attachEvent("onBeforeGanttReady", function(){
    //여기에 커스텀 로직을 작성하세요
});

See also
Back to top