Home Unanswered Active Tags New Question

Javascript events Broken!

In the previous versions

EventClickHandling Handling of a click on a calendar event. UserActionHandling UserActionHandling.JavaScript
FreetimeClickHandling Handling of a click on a free-time slot. UserActionHandling UserActionHandling.JavaScript
JavaScriptEventAction JavaScript code that should be executed when the user clicks on a calendar event (provided that EventClickHandling is set to JavaScript). The string "{0}" will be replaced with an event ID. string "alert('{0}');"
JavaScriptFreeAction JavaScript code that should be executed when the user clicks on a free-time slot (provided that FreetimeClickHandling is set to JavaScript). The string "{0}" will be replaced with the date and time specified in the standard format produced by DateTime.ToString("s") - e.g. "2006-05-15T07:00:00". string "alert('{0}');"

Now in the current versions these dont exist!!

A logical version would be EventClickHandling = Enums.UserActionHandling.JavaScript

And then set up the javascript ..

But no the API does not support the previous {0} substitutions, and there is NO documentation, and NO Source..

BROKEN!!


Asked by Anonymous 5 years ago.
Replies
I'm sorry for that. Please see my reply here: http://forums.daypilot.org/Topic.aspx/38/what_wacko_date_is_this_

Let me know if it still doesn't work for you.
Comment posted by Dan Letecky 5 years ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java