Check documentation for the latest version of dhtmlxSuite sendData DHTMLX Docs

sendData

sends all data which aren't saved to the server side yet

void sendData( [string|number id] );
idstring|numberoptional, the id of an item
Details
  • If ID is provided, only one item will be sent to the server side.
  • When called without parameters, the method will send all items that aren't saved yet.
Back to top