Hello,
I saw the previous post where someone had a problem with a custom details form not firing the onEventChanged event. I think I have a slightly different problem - I have not overridden the details form (though I have added custom sections), but onEventChanged is never called. I did the following:
scheduler.attachEvent("onEventChanged",function(event_id, event_object){
alert("fired");
scheduler.clearAll();
scheduler.load("/events/records?ts=" + (new Date()).valueOf());
return true;
});
And I never get the alert popup after saving the form. Is there something I’m doing wrong?
Thanks,
Chris