From b28028ac4082842143b0f528d6bc539da6ccb419 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 21 Sep 2017 12:49:18 -0400 Subject: mega changes, including updates and X --- .../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..7c15d878 --- /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