From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- www/lib/vis/examples/timeline/other/drag&drop.html | 131 --------------------- 1 file changed, 131 deletions(-) delete mode 100644 www/lib/vis/examples/timeline/other/drag&drop.html (limited to 'www/lib/vis/examples/timeline/other/drag&drop.html') diff --git a/www/lib/vis/examples/timeline/other/drag&drop.html b/www/lib/vis/examples/timeline/other/drag&drop.html deleted file mode 100644 index 81bcb1f1..00000000 --- a/www/lib/vis/examples/timeline/other/drag&drop.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - Timeline | Drag & Drop - - - - - - - - - - - -

Timeline Drag & Drop Example

- -

For this to work, you will have to define your own 'dragstart' eventListener on each item in your list of items (make sure that any new item added to the list is attached to this eventListener 'dragstart' handler). This 'dragstart' handler must set dataTransfer - notice you can set the item's information as you want this way.

- -
-
-

Items:

- -
- - - - - -- cgit v1.2.3