2010-11-16 78 views

回答

1

您可以在日曆初始化時設置它,或者使用setter動態修改它。

documentation

$('#calendar').fullCalendar({ 
    height: 650 
}); 

或者使用二傳手:

$('#calendar').fullCalendar('option', 'height', 700);