onDestroy

called after gantt has been cleared by the destructor method

void onDestroy();

Example

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

See also
Back to top