at version 1.2

This commit is contained in:
Adam Shaw
2009-06-01 04:51:34 +00:00
parent e56ffb3d99
commit de10f54efb
9 changed files with 133 additions and 40 deletions
+7 -3
View File
@@ -26,7 +26,7 @@ $(document).ready(function() {
draggable: true,
fixedWeeks: false,
fixedWeeks: true,
abbrevDayHeadings: false,
@@ -34,10 +34,14 @@ $(document).ready(function() {
titleFormat: 'm/Y', //'n/Y', //'M y',
//buttons: false,
buttons: { today:false, prev:"prev", next:"next" },
//buttons: { today:false },
//buttons: { today:false, prevMonth:"prev", nextMonth:"next" },
//buttons: { today:true, prevMonth:false, nextMonth:"next" },
//buttons: { prevYear:true, nextYear:true },
//buttons: { today:true, prevYear:"py", prevMonth:true, nextMonth:true, nextYear:"ny" },
showTime: true,
timeFormat: 'H:i', //'ha', //'GA', //'gX',
timeFormat: 'ha', //'H:i', //'GA', //'gX',
eventDragOpacity: .5,
eventRevertDuration: 2000,