Hi,
I'm trying to make a panel visible when an event is clicked from WebMonthView instead of having the pop up window.
Is there anyway to capture the event that's fired when an event is clicked?
Also, if that's not possible, is there any way to pass a querystring (like event ID) from the WebMonthView to the new pop up page?
thank you!
This is how I prevent the form from opening from WebDayView.
// called from WebScheduleInfo.ClientEvent.ActivityDialogOpening() function GetSelectedActivity(scheduleInfo, evnt, dialog, activity){// do not show the appointment details boxevnt.cancel = true;return false;}