Categories | Question details Back To List | ||
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 Answer posted by Alex (support) on Nov 02, 2009 05:46 Hello, before the sendData() method is called, you can set the new url (that contains additional parameters): dp.serverProcessor = new_url; dp.sendData(); |