DHTMLX Docs & Samples Explorer

onAfterSave

Event occurs after data was saved in DB

Parameters:

  • the form id
  • the loader object from the server side response
myform.attachEvent("onAfterSave", function (id, xml){
   //any custom logic here
});