Categories | Question details Back To List | ||
how to addevent in database hi, how to insert an event from the ligthbox customized in a mysql database, without refreshing the page to delete? Answer posted by Alex (support) on Dec 24, 2009 08:49 Hello, do you use dataprocessor for sending data to the server ? If you do, you can try to use the following approach to mark event as updated: scheduler.callEvent("onEventChanged",[event_id]); to send data to the server you can call sendData() method: dataProcessor.sendData(); |