onDestroy

вызывается после того, как gantt был очищен методом destructor

void onDestroy();

Example

gantt.attachEvent("onDestroy", function(){
   alert("освободите пользовательские ресурсы");
});
 
gantt.destructor();

See also
К началу