Double clicking on a recurring appointment shown in a WebMonthView a javascript error is thrown at the following line:
ig_WebScheduleInfo.prototype._showAppointmentDialog = function (dataKey, id, occur, prevOccur, nextOccur) {if(prevOccur != null…
ig_WebScheduleInfo.prototype._showAppointmentDialog =
function (dataKey, id, occur, prevOccur, nextOccur) {if(prevOccur != null…
Hi,
How can i fire dblclick event that opens the appointment dialog on dayview control, i can get the element of timeslot in the dayview but need to fire dblclick so i can get the dialog with the specified starttime, any solution
thanx
charaka
I found that the javascript's operation of ajax may be error if the client can't connect to the server.
To support the code stronger,this "try...catch" code should be add.
In the ig_shared.js(Version 7.3.20073.38)
line:1306
this code…
In a custom schedule how to get the day and time detected from time slot on the WebDayView where the user double-clicked in, and then open Add/Edit Appointment form and pre-populate the date & time values.
How can I get my CustomAppointment field (I'm using my custom data provider with my custom database), for example, "CustomerId" to pass to custom form?
Can we extend CSOM by adding our custom JS functions like getCustomerId here?
function…
The answer is as simple as this: