fullcalendar: eventLimitClick -- execute a url -
on "+17 more" link, want open url of chosing specific date. i'm not finding documentation have example, , know must easy (because else has been!).
found it...
eventlimitclick: function(cellinfo) { if (cellinfo.date) { var newdate = moment(cellinfo.date).format('yyyy-mm-dd'); window.open('url-i-am-calling?variables, "_blank"); return false; } },
Comments
Post a Comment