title
현재 월/주/일을 포함하는 텍스트
prev
달력을 한 달/주/일 뒤로 이동하는 버튼
next
달력을 한 달/주/일 앞으로 이동하는 버튼
prevYear
달력을 연도로 되돌리기 위한 버튼
nextYear
달력을 1년 앞으로 이동하는 버튼
today
달력을 현재 월/주/일로 이동하는 버튼
daygridMonth
daygridWeek
timeGridDay
dayGridDay
customButtons: {
myCustomButton: {
text: 'custom!',
click: function() {
alert('clicked the custom button!');
}
}
},
headerToolbar: {
left: 'prev,next today myCustomButton',
center: 'title',
right: 'dayGridMonth,timeGridWeek,timeGridDay'
}
text
버튼 자체에 표시할 텍스트
click
버튼을 클릭했을 때 호출되는 콜백 함수. 두 가지 인수를 허용합니다. ( mouseEvent, htmlElement).
icon
버튼 아이콘
'chevron-left'
'chevron-right'
'chevrons-right'
'chevrons-right'
'arrow-left-square-fill'
'arrow-right-square-fill'