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?


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();