mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
updated example links to latest version of fullcalendar
This commit is contained in:
+1
-1
@@ -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).
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user