Creating client-side DayPilotCalendar.Event object to pass to eventClickPostBack
18 years ago.
Hello,
I'm trying to help a colleague of mine perform a pretty simply action. For each event they need to render several links on the event which when clicked will popup an UpdatePanel based on the link they clicked. We've got this working nice and well but it isn't ideal because I've made my own javascript object with the start(), end(), value(), etc. functions.
I would like to know how what data I need to construct the DayPilotCalendar.Event object. I've inspected the javascript source as far as I could and found it expects two arguments $d and $t. Additionally $d requires a property named Data which then contains all of the start, end, value, etc. data. Beyond this I couldn't really find too much information available for the client-side aspect of the control.
So, I have two questions; does anybody have any idea what I am talking about and how do I create a DayPilotCalendar.Event object?
DayPilot