localization: start-of-week and right-to-left

This commit is contained in:
Adam Shaw 2009-05-08 19:34:50 +00:00
parent 943ec262d2
commit 4e419032f0
3 changed files with 172 additions and 100 deletions

View file

@ -35,7 +35,7 @@
{
id: 1,
title: "Long Event",
start: new Date(y, m, 6),
start: new Date(y, m, 6, 14, 0),
end: new Date(y, m, 11)
},
{
@ -60,7 +60,14 @@
end: new Date(y, m, 29),
url: "http://facebook.com/"
}
]
],
weekStart: 1,
rightToLeft: true,
fixedWeeks: false,
title: true,
eventDrop: function(event, delta) {
//alert(delta);
}
});
});