Commit 144857d8 authored by 李静's avatar 李静

a

parent dfff01ff
...@@ -33,13 +33,15 @@ ...@@ -33,13 +33,15 @@
center: 'title', center: 'title',
right: 'month,agendaWeek,agendaDay,listWeek' right: 'month,agendaWeek,agendaDay,listWeek'
}, },
eventLimit: true,
weekNumberCalculation: 'ISO',
dayClick: function() {
alert('a day has been clicked!')
},
views: { views: {
month: { titleFormat: 'YYYY, MM, DD' } month: { titleFormat: 'YYYY, MM, DD' }
} }
}) })
$('#my-prev-button').click(function() {
$('#calendar').fullCalendar('prev')
})
}) })
}, },
methods: { methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment