Does anyone know if there is a way to set the WebScheduleInfo AppointmentFormPath property via JavaScript?
I need the ability to set the path based on whether or not my appointment is "read-only".
Thanks - JP
You mean the dialog page?
If you do there is a way to set the path to this. If you have the dialogopening event in jscript you can use the function to set the forms path. I forget the function name off the top of me head though. Its something like setDialogUrl(YourURLHere.aspx), or close to that.
Sorry, forgot to post the URL that I was referring to. Here it is: https://ko.infragistics.com/help/aspnet/webscheduleinfo-object-csom
Yes, I am referring to the AppointmentAdd.aspx dialog page path.
I was hoping for a method like that, but the only thing I can find regarding the WebScheduleInfo JavaScript API methods is this, and it doesn't list a method similar to what you've mentioned. Do you have the ability to provide the specific method name? And is this a method provided on the ScheduleInfo object in JavaScript?
Regards, JP