mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-18 12:20:32 +08:00
localization: start-of-week and right-to-left
This commit is contained in:
+9
-2
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user