onSaveError
Description
Wird ausgelöst, wenn beim Aktualisieren von Daten ein Fehler auftritt
onSaveError: (ids: array, response: XMLHttpRequest) => void
Parameters
ids- (required) array - ein Array mit den IDs der Ereignisse, die nicht aktualisiert werden konntenresponse- (required) XMLHttpRequest - das Ajax-Request-Objekt
Example
scheduler.attachEvent("onSaveError", function(ids, resp){
dhtmlx.message("Failed to update data");
})
Details
Hinweis
Dieses Event wird nur ausgelöst, wenn die dataProcessor-Bibliothek für die Client-Server-Kommunikation verwendet wird.
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.