From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- .../timeline/editing/editingItemsCallbacks.html | 141 --------------------- 1 file changed, 141 deletions(-) delete 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 deleted file mode 100644 index 7c15d878..00000000 --- a/www/lib/vis/examples/timeline/editing/editingItemsCallbacks.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - 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