Hello,
I have set up scheduler V5 with the lightbox. All fields of the lightbox will be transmitted to dataProcessor to the server.
activated reccuring and added it to the lightbox. No data is transferred, there is no error in the console. Have the function inserted
scheduler.attachEvent("onEventSave", function (id, ev, is_new) {
if(!ev.rec_pattern=="" && !ev.rec_type==""){`
dhtmlxAjax.post("senddata",ev);
return true;
});
How can I transfer the contents of the lightbox? Is there a function for passing the content “ev” to dhtmlxAjax.post function?
THANK YOU
Ciao Thomas