2015-06-24 81 views

回答

0

它應該是:

$('#calendar').fullCalendar({ 
     .... YOUR SETTINGS .... 
     defaultView: 'agendaDay', 
     allDaySlot: false 
    }); 

CSS:

.fc-toolbar { 
    display: none !important; 
} 
.fc-day-header { 
    display: none !important; 
} 
相關問題