search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

getting a "Attribute 'EventSelectHandling' is not a valid attribute of element 'DayPilotScheduler' since installing new version

Asked by John
15 years ago.

Hi,

I'm getting a "Attribute 'EventSelectHandling' is not a valid attribute of element 'DayPilotScheduler' and the same with ;EventDeleteHandling' and 'EventDeleteJavascript; since updating to the latest version of Daypilot.

Whats going on?

EventSelectHandling="CallBack"
EventEditHandling="CallBack"
EventDeleteHandling="CallBack"
EventDeleteJavaScript="if (confirm('Do you really want to delete \'' + e.text() + '\' ?')) dps1.eventDeleteCallBack(e);"

Comment posted by Dan Letecky
15 years ago.
DayPilotScheduler doesn't support EventSelect event.
It only supports TimeRangeSelected.

Maybe you have copied the attribute from a DayPilotCalendar tag?
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.