onDestroy

API의 [ERROR] Page without name gantt_destructor.md 메서드를 사용하여 간트 차트가 해제될 때 한 번 트리거됩니다.

void onDestroy();

Example

gantt.attachEvent("onDestroy", function(){
   alert("free custom resources");
});
 
gantt.destructor();

See also
Back to top