Wednesday, 15 February 2012

fullcalendar: eventLimitClick -- execute a url -


I am loving full calendar !!

The one I am trying to complete, I am almost complete with it and a ton out of this will be used. My last piece is this question.

On the "+ 17 more" link, I want to open a URL of my challenge for that particular date. I am not getting the documentation for an example, and I know that it should be really easy (because everything else is!).

Thanks for the quick tip !!

found it ...

  eventLimitClick: function (cellInfo) {If (cellInfo.date) {var newdate = moment (cellInfo.date) Format ('YYYY-MM-DD'); Click on the window.open ('url-i-am-calling? Variable,' _blank); the description is false;}},  

No comments:

Post a Comment