Can i adjust the height of the day view in FullCalendar?

瘦欲@ 提交于 2019-12-08 17:48:30

问题


I am trying to restyle a instance of FullCalendar so that the day and week views run the entire height of the web page. i.e. I do not want a scrollbar to view the entire day. I tried removing overflow and the fixed height but that doesn’t work. Is it possible to do this?


回答1:


You can change the slotMinutes when creating the chart http://arshaw.com/fullcalendar/docs/agenda/slotMinutes/

and then you can adjust the content height to fit it all in there with this http://arshaw.com/fullcalendar/docs/display/contentHeight/



来源:https://stackoverflow.com/questions/7508903/can-i-adjust-the-height-of-the-day-view-in-fullcalendar

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