ie6/opera9.25 bugfixes, added options, more

This commit is contained in:
Adam Shaw 2009-05-10 19:48:37 +00:00
parent 4e419032f0
commit 0332bf1b72
3 changed files with 194 additions and 96 deletions

View file

@ -11,7 +11,7 @@
}
#calendar {
width: 900px;
width: 75%;
margin: 0 auto;
}
@ -48,25 +48,44 @@
title: "Repeating Event",
start: new Date(y, m, 9)
},
{
/*{
id: 3,
title: "Meeting",
start: new Date(y, m, 20, 9, 0)
},
},*/
{
id: 4,
title: "Click for Facebook",
start: new Date(y, m, 27),
start: new Date(y, m, 27, 16),
end: new Date(y, m, 29),
url: "http://facebook.com/"
},
{
id: 5,
title: "Click for Facebook",
start: new Date(y, m, 27, 8),
end: new Date(y, m, 29),
url: "http://facebook.com/"
},
{
id: 6,
title: "Click for Facebook",
start: new Date(y, m, 27, 14),
end: new Date(y, m, 29),
url: "http://facebook.com/"
}
],
//titleFormat: 'My',
weekStart: 1,
rightToLeft: true,
fixedWeeks: false,
title: true,
//rightToLeft: true,
//fixedWeeks: false,
//title: true,
//timeFormat: 'xg',
eventDrop: function(event, delta) {
//alert(delta);
},
resize: function() {
//alert(this);
}
});