Categories | Question details Back To List | ||
send extra values with postgresql Hi, I wonder how I can send extra values when adding a new event. or if there is any way to do it manually inserts and control fields to send to the database since the examples do not deal with extra values. Thanks for the help and dedication Answer posted by Alex (support) on Jan 04, 2010 02:51 Hello, please have a look at the connectors documentation. Here you can find information about saving additional scheduler properties when data is updated, inserted or deleted: http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxconnector:events_system http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxconnector:complex_updates http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxconnector:dataaction_object These approach is used in the "recurring events" sample (scheduler package): dhtmlxScheduler/samples/03_extensions/01_recurring_events.html dhtmlxScheduler/samples/03_extensions/php/events_rec.php |