onAfterLightbox

fires after the user has closed the lightbox (edit form)

void onAfterLightbox();

Example

gantt.attachEvent("onAfterLightbox", function (){
    //any custom logic here
});

Back to top