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 -

how does one get csharp-sqlite to throw exceptions for duplicates or foreign key constraint violations -

Simple Angular 2 project fails 'Unexpected reserved word' -