updated example links to latest version of fullcalendar

This commit is contained in:
Adam Shaw
2012-02-29 00:23:39 -08:00
parent 42278500c8
commit 603ec851ba
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ function( *date*, *allDay*, *jsEvent*, *ui* ) { }
`this` holds the DOM element that has been dropped.
To see this callback function in action, view the [droppable]() article or look at
[this example](/js/fullcalendar/demos/external-dragging.html).
[this example](/js/fullcalendar-1.5.3/demos/external-dragging.html).
+1 -1
View File
@@ -36,7 +36,7 @@ dragged onto the calendar.
While the `droppable` option deals with generic jQuery UI draggables and is not specifically
tailored to adding events, it is possible to achieve this with a few lines of code.
Follow the **external-dragging.html** example in FullCalendar's download. You can also
view the [example online](/js/fullcalendar-1.5.2/demos/external-dragging.html).
view the [example online](/js/fullcalendar-1.5.3/demos/external-dragging.html).
In short, you must call [renderEvent](../event_rendering/renderEvent) yourself
in the [drop]() callback.
+1 -1
View File
@@ -18,7 +18,7 @@ To learn the ways in which selections can be cleared, read the docs
for the [unselect](unselect_callback) callback.
To view an example of how to create a new event based on a user's selection
see "demos/selectable.html" in the download, or [visit this page](/js/fullcalendar-1.5.1/demos/selectable.html).
see "demos/selectable.html" in the download, or [visit this page](/js/fullcalendar-1.5.3/demos/selectable.html).
<div class='version-info' markdown='1'>
A View Option Hash has been supported since version 1.4.7