开发者

Fullcalendar Events Width in agendaDay and agendaWeekview

I'm bit new to Fullcalendar, i have managed to implement Fullcalendar.

Thanks for the awesome component.

I just have a doubt regarding the width that shown for events in agendaDay and agendaWeek view.

If looked in to fullcalendar in arshaw main site

We can see

http://img28.imageshack.us/img28/2307/21362507.png

There is a gap after events, how can we get rid of that and make events take fullwidth based on th View.

I have looked in to the function renderSlotSegs in base file (availWidth). Does anyone accomplishe开发者_如何学编程d what i was looking.

Is there any config for that?

Thanks in Advance


availWidth = Math.max(availWidth+3, availWidth*.95);

I have replaced the line(2861) line with above code to make it work.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜