ie6/opera9.25 bugfixes, added options, more
This commit is contained in:
parent
4e419032f0
commit
0332bf1b72
3 changed files with 194 additions and 96 deletions
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue