Fullcalendar cell size

I am using the jQuery FullCalendar (http://arshaw.com/fullcalendar/docs/).

In Month view I made all the events the same size independent of their title.

Now I want all the cells to be the same size no matter how much events there are for specific date. If there are more events than can fit in the cell I want just to show only those who can fit in the cell and add something like: "2 more..." at the bottom of a cell.

To do this I need to know how does the FullCalendar determines the size of a cells based on number of the events which are shown in the cell and how it resizes cells when new events are added by drag&drop. I see in html code that events are not actually put in the cell table, but it appears that they are in the cell by using absolute positioning so I guess some javascript is used also to calculate the size of cells.

Maybe I should mention that I don't put the size of the calendar, I need it to use default 100% width of its container.

链接地址: http://www.djcxy.com/p/81184.html

上一篇: 更改FullCalendar月视图上的默认事件排序顺序

下一篇: Fullcalendar单元格大小