mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
Update to the umbar files. Update to the demo
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
</style>
|
||||
<script src='../lib/moment/moment.js'></script>
|
||||
<script src='../lib/jquery/dist/jquery.js'></script>
|
||||
<script src='../lib/jquery-ui/ui/jquery-ui.js'></script>
|
||||
<script src='../dist/fullcalendar.js'></script>
|
||||
<script>
|
||||
|
||||
@@ -150,7 +149,7 @@
|
||||
|
||||
$(document).ready(function() {
|
||||
$('input:checkbox').change(function(){
|
||||
$('#calendar').fullCalendar('render');
|
||||
$('#calendar').fullCalendar('render', true);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
"src/Calendar.js",
|
||||
"src/Header.js",
|
||||
"src/EventManager.js",
|
||||
"src/ResourceManager.js",
|
||||
"src/util.js",
|
||||
"src/moment-ext.js",
|
||||
"src/date-formatting.js",
|
||||
@@ -42,6 +43,12 @@
|
||||
"src/agenda/AgendaView.js",
|
||||
"src/agenda/AgendaWeekView.js",
|
||||
"src/agenda/AgendaDayView.js",
|
||||
"src/resource/ResourceDayGrid.js",
|
||||
"src/resource/ResourceDayGrid.events.js",
|
||||
"src/resource/ResourceTimeGrid.js",
|
||||
"src/resource/ResourceTimeGrid.events.js",
|
||||
"src/resource/ResourceView.js",
|
||||
"src/resource/ResourceDayView.js",
|
||||
"src/outro.js"
|
||||
],
|
||||
"styles": [
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
title: 'R1: All day',
|
||||
allDay: true,
|
||||
start: new Date(y, m, d, 12, 0),
|
||||
resources: 'resource1'
|
||||
resources: ['resource1', 'resource3']
|
||||
},
|
||||
{
|
||||
title: 'R2: All Day',
|
||||
|
||||
Reference in New Issue
Block a user