Zum Hauptinhalt springen

onLoadEnd

Description

Wird ausgelöst, nachdem das Laden der Daten aus der Datenquelle abgeschlossen wurde

onLoadEnd: (url: string, type: string) => void;

Parameters

  • url - (required) string - die serverseitige URL (kann eine statische Datei oder ein serverseitiges Skript sein, das Daten ausgibt)
  • type - (required) string - ('json', 'xml', 'oldxml') der Datentyp

Example

gantt.attachEvent("onLoadEnd", function(url, type){
console.log("onLoadEnd",url, type)
});
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.