Zum Hauptinhalt springen

onLightboxCancel

Description

Wird ausgelöst, wenn der Benutzer auf die 'Abbrechen'-Schaltfläche im Lightbox klickt

onLightboxCancel: (id: string | number) => void;

Parameters

  • id - (erforderlich) string | number - die Aufgabe-ID (die im Lightbox geöffnete Aufgabe)

Example

gantt.attachEvent("onLightboxCancel", function(id){
// Fügen Sie hier Ihre benutzerdefinierte Logik ein
})
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.