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

e.Start is undefined

Asked by Anonymous
10 years ago.

How do I get the start date/time of the event that is clicked in the JavaScript handler? I can use e.Start in the codebehind when using a postback, but when I try in the JavaScript is it is undefined...

Answer posted by anwar
10 years ago.

try e.start(e)

Comment posted by Dan Letecky [DayPilot]
10 years ago.

In JavaScript "e" holds a DayPilot.Event object. See also other methods:

http://api.daypilot.org/daypilot-event-methods/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.