DHTMLX Docs & Samples Explorer

onAfterUpdate event

occurs for each action tag in xml response.

dp.attachEvent("onAfterUpdate",function(sid,action,tid,xml_node){
   //any custom code
   return true;
})

Parameters:

  • sid - existing id of an item;
  • action - action type;
  • tid - new id of an item;
  • xml node object from server side response, related to current record.