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

∥☆過路亽.° 提交于 2019-12-01 06:01:56

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!