onLoadStart
Description
Wird unmittelbar vor dem Start des Ladens der Daten aus der Datenquelle ausgelöst
onLoadStart: (url: string, type: string) => void;
Parameter
url- (erforderlich) string - die serverseitige URL (kann eine statische Datei oder ein serverseitiges Skript sein, das Daten ausgibt)type- (erforderlich) string - ('json', 'xml', 'oldxml') der Datentyp
Beispiel
gantt.attachEvent("onLoadStart", function(url, type){
console.log("onLoadStart", url, type)
});
Details
Das Event wird in der load Methode ausgelöst.
Verwandte API
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.