dhtmlx Scheduler

Hello,

In “dhtmlx Scheduler” what function is called when “save” button in clicked.We are planning to pass additional parameters(values) when save button is clicked and save that parameter(value) to database.In that requirement what changes are to be made in the code.



Thank You


Regards


Sanuji


Hello,


before the sendData() method is called, you can set the new url (that contains additional parameters):


dp.serverProcessor = new_url;


dp.sendData();