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/customSnappingOfItems.html | 55 -------- .../examples/timeline/editing/editingItems.html | 77 ----------- .../timeline/editing/editingItemsCallbacks.html | 141 --------------------- .../timeline/editing/individualEditableItems.html | 58 --------- .../timeline/editing/tooltipOnItemChange.html | 130 ------------------- .../timeline/editing/updateDataOnEvent.html | 90 ------------- 6 files changed, 551 deletions(-) delete mode 100644 www/lib/vis/examples/timeline/editing/customSnappingOfItems.html delete mode 100644 www/lib/vis/examples/timeline/editing/editingItems.html delete mode 100644 www/lib/vis/examples/timeline/editing/editingItemsCallbacks.html delete mode 100644 www/lib/vis/examples/timeline/editing/individualEditableItems.html delete mode 100644 www/lib/vis/examples/timeline/editing/tooltipOnItemChange.html delete mode 100644 www/lib/vis/examples/timeline/editing/updateDataOnEvent.html (limited to 'www/lib/vis/examples/timeline/editing') diff --git a/www/lib/vis/examples/timeline/editing/customSnappingOfItems.html b/www/lib/vis/examples/timeline/editing/customSnappingOfItems.html deleted file mode 100644 index b1c8ef75..00000000 --- a/www/lib/vis/examples/timeline/editing/customSnappingOfItems.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - Timeline | Custom snapping - - - - - - -

- When moving the items in on the Timeline below, they will snap to full hours, - independent of being zoomed in or out. -

-
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/editing/editingItems.html b/www/lib/vis/examples/timeline/editing/editingItems.html deleted file mode 100644 index 186a363c..00000000 --- a/www/lib/vis/examples/timeline/editing/editingItems.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - Timeline | Manipulation example - - - - - - - - - -

An editable timeline allows to drag items around, create new items, and remove items. Changes are logged in the browser console.

- -
- - - - \ No newline at end of file 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 diff --git a/www/lib/vis/examples/timeline/editing/individualEditableItems.html b/www/lib/vis/examples/timeline/editing/individualEditableItems.html deleted file mode 100644 index d6210305..00000000 --- a/www/lib/vis/examples/timeline/editing/individualEditableItems.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - Timeline | Individual editable items - - - - - - - - - -

Specify individual items to be editable or readonly.

- -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/editing/tooltipOnItemChange.html b/www/lib/vis/examples/timeline/editing/tooltipOnItemChange.html deleted file mode 100644 index 18380beb..00000000 --- a/www/lib/vis/examples/timeline/editing/tooltipOnItemChange.html +++ /dev/null @@ -1,130 +0,0 @@ - - - Timeline | Tooltip on item onUpdateTime Option - - - - - - - - - - - -

Timeline Tooltip on item onUpdateTime Option

- -

With tooltipOnItemUpdateTime: true -

- -
- -

With tooltipOnItemUpdateTime: { template: [Function] } -

- -
- - -

With groups

- -
- - - - diff --git a/www/lib/vis/examples/timeline/editing/updateDataOnEvent.html b/www/lib/vis/examples/timeline/editing/updateDataOnEvent.html deleted file mode 100644 index 985551ee..00000000 --- a/www/lib/vis/examples/timeline/editing/updateDataOnEvent.html +++ /dev/null @@ -1,90 +0,0 @@ - - - Timeline | Update data on event - - - - - - - - - -

- When the custom time bar is shown, the user can drag this bar to a specific - time. The Timeline sends an event that the custom time is changed, after - which the contents of the timeline can be changed according to the specified - time in past or future. -

- -
 
-

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