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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -