From 05e761abca3ff42dbba371af0560b82707dfe7c0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 28 Oct 2016 13:31:36 -0700 Subject: updated vis --- .../timeline/editing/editingItemsCallbacks.html | 141 +++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 www/lib/vis/examples/timeline/editing/editingItemsCallbacks.html (limited to 'www/lib/vis/examples/timeline/editing/editingItemsCallbacks.html') diff --git a/www/lib/vis/examples/timeline/editing/editingItemsCallbacks.html b/www/lib/vis/examples/timeline/editing/editingItemsCallbacks.html new file mode 100644 index 00000000..e5a7d864 --- /dev/null +++ b/www/lib/vis/examples/timeline/editing/editingItemsCallbacks.html @@ -0,0 +1,141 @@ + + + + Timeline | Manipulation callbacks + + + + + + + + + + + +

+ This example shows how to use callback functions onAdd, onMove, onMoving, onUpdate, and onRemove. The onMoving function updates an item while dragging, and can be used to prevent the item from being drawn at disallowed or infeasible timeslots. In this example, the items cannot be moved outside of the month April 2013. The other callback functions are called after an add, move, update, or remove action has taken place, and can be used to cancel these actions. +

+ +
+

+
+ + + + \ No newline at end of file -- cgit v1.2.3