Stop re-sizing FullCalender date cells when more events are added

I am using jQuery FullCalendar in my project and I noticed that date cells will be expanded if more events match this date. As in this picture, see the Date Cell forFebruary 4 enter image description here

How can I stop this. I want to display only a few events that fit into the cell. If there are more events, they should be displayed when we switch to weekor day.

Is there any way to do this?

+3
source share
2 answers

you can get the desired result by specifying the following link

view more features for fullcalendar

3 js date.js, fullcaleder.viewmore.js, jquery.formbubble.js. - ViewMore, viewMoreButton, fullcaleder.viewmore.js, .

0

FullCalendar v2.1.0-beta2 eventLimit, .

. https://github.com/arshaw/fullcalendar/releases/tag/v2.1.0-beta2 , : https://code.google.com/p/fullcalendar/issues/detail?id=304 ( SaschaM78).

JSFiddle http://jsfiddle.net/wijgerden/nv4qkLgt/, , . 5/6 2014 , eventLimit: 5: 5 m1... m5 , 6 n1... n6 . "+2 ". , .

0

All Articles