onLightboxChange
Description
Wird ausgelöst, wenn die Lightbox-Struktur aktualisiert wird
onLightboxChange: (old_type: string, new_type: string) => void;
Parameters
old_type- (required) string - der Name der ursprünglichen Lightbox-Strukturnew_type- (required) string - der Name der aktualisierten Lightbox-Struktur
Example
gantt.attachEvent("onLightboxChange", function(old_type, new_type){
if(new_type == "milestone"){
alert("Sie haben den Typ Ihrer Aufgabe auf 'milestone' geändert")
}
});
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.