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 -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -