How to adjust width and position of events in jQuery Full Calendar in week-view and day view

后端 未结 1 1947
名媛妹妹
名媛妹妹 2021-01-13 06:26

I am using fullcalendar in one of my Rails projects to render events on calendar.

The jsfiddle shows the scenario.

I am able to adjust the width but it doe

相关标签:
1条回答
  • 2021-01-13 06:46

    Take a look at this fiddle: http://jsfiddle.net/100thGear/jRFYE/

    I used the eventRender callback to alter the offset of the next event(s). Hope this helps and gives you an idea of how to proceed.


    Why don't you use the className attribute of the event object to set this? You could set the width in the CSS class you are passing to this attribute.

    0 讨论(0)
提交回复
热议问题