基本显示设置之height – FullCalendar中文文档
2014-02-04 · 113 chars · 1 min read
设置整个日程表的高度(包括头),值为整数类型。默认情况下,此值未设置,日程表的高度由aspectRatio决定。例子:
$('#calendar').fullCalendar({ height: 650, })
也可以在初始化之后动态的设置日程表高度:
$('#calendar').fullCalendar('option', 'height', 700)