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/basicUsage.html | 45 --- .../timeline/dataHandling/dataSerialization.html | 122 -------- .../timeline/dataHandling/loadExternalData.html | 58 ---- .../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 ------ www/lib/vis/examples/timeline/groups/groups.html | 74 ----- .../examples/timeline/groups/groupsEditable.html | 316 --------------------- .../examples/timeline/groups/groupsOrdering.html | 68 ----- .../vis/examples/timeline/groups/subgroups.html | 76 ----- .../timeline/groups/verticalItemsHide.html | 126 -------- .../timeline/interaction/animateWindow.html | 96 ------- .../examples/timeline/interaction/clickToUse.html | 73 ----- .../timeline/interaction/eventListeners.html | 79 ------ .../timeline/interaction/limitMoveAndZoom.html | 53 ---- .../timeline/interaction/navigationMenu.html | 80 ------ .../timeline/interaction/setSelection.html | 66 ----- .../examples/timeline/items/backgroundAreas.html | 50 ---- .../timeline/items/backgroundAreasWithGroups.html | 57 ---- .../vis/examples/timeline/items/htmlContents.html | 75 ----- .../vis/examples/timeline/items/itemOrdering.html | 82 ------ .../vis/examples/timeline/items/pointItems.html | 60 ---- .../examples/timeline/items/rangeOverflowItem.html | 54 ---- .../examples/timeline/other/customTimeBars.html | 89 ------ .../examples/timeline/other/dataAttributes.html | 44 --- .../examples/timeline/other/dataAttributesAll.html | 44 --- www/lib/vis/examples/timeline/other/drag&drop.html | 131 --------- .../timeline/other/functionLabelFormats.html | 141 --------- .../examples/timeline/other/groupsPerformance.html | 110 ------- .../vis/examples/timeline/other/hidingPeriods.html | 53 ---- .../examples/timeline/other/horizontalScroll.html | 77 ----- .../vis/examples/timeline/other/localization.html | 68 ----- .../vis/examples/timeline/other/performance.html | 65 ----- .../other/requirejs/requirejs_example.html | 17 -- .../timeline/other/requirejs/scripts/main.js | 19 -- .../timeline/other/requirejs/scripts/require.js | 35 --- www/lib/vis/examples/timeline/other/rtl.html | 50 ---- www/lib/vis/examples/timeline/other/timezone.html | 80 ------ .../vis/examples/timeline/other/usingReact.html | 123 -------- .../examples/timeline/other/verticalScroll.html | 93 ------ .../examples/timeline/resources/data/basic.json | 34 --- .../examples/timeline/resources/data/wk2014.json | 152 ---------- .../resources/img/Hardware-Mobile-Phone-icon.png | Bin 3463 -> 0 bytes .../timeline/resources/img/attachment-icon.png | Bin 2774 -> 0 bytes .../timeline/resources/img/blog-post-edit-icon.png | Bin 4225 -> 0 bytes .../timeline/resources/img/comments-icon.png | Bin 3173 -> 0 bytes .../resources/img/community-users-icon.png | Bin 4664 -> 0 bytes .../examples/timeline/resources/img/license.txt | 17 -- .../resources/img/license_aesthetica-2.txt | 36 --- .../timeline/resources/img/license_refresh-cl.txt | 26 -- .../examples/timeline/resources/img/mail-icon.png | Bin 3298 -> 0 bytes .../timeline/resources/img/notes-edit-icon.png | Bin 2913 -> 0 bytes .../timeline/resources/img/product-icon.png | Bin 1594 -> 0 bytes .../examples/timeline/resources/img/truck-icon.png | Bin 1703 -> 0 bytes .../examples/timeline/styling/axisOrientation.html | 76 ----- .../vis/examples/timeline/styling/customCss.html | 100 ------- .../vis/examples/timeline/styling/gridStyling.html | 54 ---- .../examples/timeline/styling/itemClassNames.html | 117 -------- .../examples/timeline/styling/itemTemplates.html | 251 ---------------- 62 files changed, 4363 deletions(-) delete mode 100644 www/lib/vis/examples/timeline/basicUsage.html delete mode 100644 www/lib/vis/examples/timeline/dataHandling/dataSerialization.html delete mode 100644 www/lib/vis/examples/timeline/dataHandling/loadExternalData.html 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 delete mode 100644 www/lib/vis/examples/timeline/groups/groups.html delete mode 100644 www/lib/vis/examples/timeline/groups/groupsEditable.html delete mode 100644 www/lib/vis/examples/timeline/groups/groupsOrdering.html delete mode 100644 www/lib/vis/examples/timeline/groups/subgroups.html delete mode 100644 www/lib/vis/examples/timeline/groups/verticalItemsHide.html delete mode 100644 www/lib/vis/examples/timeline/interaction/animateWindow.html delete mode 100644 www/lib/vis/examples/timeline/interaction/clickToUse.html delete mode 100644 www/lib/vis/examples/timeline/interaction/eventListeners.html delete mode 100644 www/lib/vis/examples/timeline/interaction/limitMoveAndZoom.html delete mode 100755 www/lib/vis/examples/timeline/interaction/navigationMenu.html delete mode 100644 www/lib/vis/examples/timeline/interaction/setSelection.html delete mode 100644 www/lib/vis/examples/timeline/items/backgroundAreas.html delete mode 100644 www/lib/vis/examples/timeline/items/backgroundAreasWithGroups.html delete mode 100644 www/lib/vis/examples/timeline/items/htmlContents.html delete mode 100644 www/lib/vis/examples/timeline/items/itemOrdering.html delete mode 100755 www/lib/vis/examples/timeline/items/pointItems.html delete mode 100644 www/lib/vis/examples/timeline/items/rangeOverflowItem.html delete mode 100644 www/lib/vis/examples/timeline/other/customTimeBars.html delete mode 100644 www/lib/vis/examples/timeline/other/dataAttributes.html delete mode 100644 www/lib/vis/examples/timeline/other/dataAttributesAll.html delete mode 100644 www/lib/vis/examples/timeline/other/drag&drop.html delete mode 100644 www/lib/vis/examples/timeline/other/functionLabelFormats.html delete mode 100644 www/lib/vis/examples/timeline/other/groupsPerformance.html delete mode 100644 www/lib/vis/examples/timeline/other/hidingPeriods.html delete mode 100644 www/lib/vis/examples/timeline/other/horizontalScroll.html delete mode 100644 www/lib/vis/examples/timeline/other/localization.html delete mode 100644 www/lib/vis/examples/timeline/other/performance.html delete mode 100644 www/lib/vis/examples/timeline/other/requirejs/requirejs_example.html delete mode 100644 www/lib/vis/examples/timeline/other/requirejs/scripts/main.js delete mode 100644 www/lib/vis/examples/timeline/other/requirejs/scripts/require.js delete mode 100644 www/lib/vis/examples/timeline/other/rtl.html delete mode 100644 www/lib/vis/examples/timeline/other/timezone.html delete mode 100644 www/lib/vis/examples/timeline/other/usingReact.html delete mode 100644 www/lib/vis/examples/timeline/other/verticalScroll.html delete mode 100644 www/lib/vis/examples/timeline/resources/data/basic.json delete mode 100644 www/lib/vis/examples/timeline/resources/data/wk2014.json delete mode 100644 www/lib/vis/examples/timeline/resources/img/Hardware-Mobile-Phone-icon.png delete mode 100755 www/lib/vis/examples/timeline/resources/img/attachment-icon.png delete mode 100755 www/lib/vis/examples/timeline/resources/img/blog-post-edit-icon.png delete mode 100755 www/lib/vis/examples/timeline/resources/img/comments-icon.png delete mode 100755 www/lib/vis/examples/timeline/resources/img/community-users-icon.png delete mode 100644 www/lib/vis/examples/timeline/resources/img/license.txt delete mode 100644 www/lib/vis/examples/timeline/resources/img/license_aesthetica-2.txt delete mode 100644 www/lib/vis/examples/timeline/resources/img/license_refresh-cl.txt delete mode 100755 www/lib/vis/examples/timeline/resources/img/mail-icon.png delete mode 100755 www/lib/vis/examples/timeline/resources/img/notes-edit-icon.png delete mode 100644 www/lib/vis/examples/timeline/resources/img/product-icon.png delete mode 100644 www/lib/vis/examples/timeline/resources/img/truck-icon.png delete mode 100644 www/lib/vis/examples/timeline/styling/axisOrientation.html delete mode 100644 www/lib/vis/examples/timeline/styling/customCss.html delete mode 100644 www/lib/vis/examples/timeline/styling/gridStyling.html delete mode 100755 www/lib/vis/examples/timeline/styling/itemClassNames.html delete mode 100644 www/lib/vis/examples/timeline/styling/itemTemplates.html (limited to 'www/lib/vis/examples/timeline') diff --git a/www/lib/vis/examples/timeline/basicUsage.html b/www/lib/vis/examples/timeline/basicUsage.html deleted file mode 100644 index 8ad5fda1..00000000 --- a/www/lib/vis/examples/timeline/basicUsage.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - Timeline | Basic demo - - - - - - - - - -

- A basic timeline. You can move and zoom the timeline, and select items. -

- -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/dataHandling/dataSerialization.html b/www/lib/vis/examples/timeline/dataHandling/dataSerialization.html deleted file mode 100644 index 79b6aebf..00000000 --- a/www/lib/vis/examples/timeline/dataHandling/dataSerialization.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - Timeline | Data serialization - - - - - - - - - -

Serialization and deserialization

- -

This example shows how to serialize and deserialize JSON data, and load this in the Timeline via a DataSet. Serialization and deserialization is needed when loading or saving data from a server.

- - - -
- - -
- -
- - - - diff --git a/www/lib/vis/examples/timeline/dataHandling/loadExternalData.html b/www/lib/vis/examples/timeline/dataHandling/loadExternalData.html deleted file mode 100644 index f594d2aa..00000000 --- a/www/lib/vis/examples/timeline/dataHandling/loadExternalData.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - Timeline | External data - - - - - - - - - - - -

- This demo shows how to load external data via an ajax call. -

-
-
loading...
- - - - \ No newline at end of file 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. -

- -
 
-

- -
- - - - - - diff --git a/www/lib/vis/examples/timeline/groups/groups.html b/www/lib/vis/examples/timeline/groups/groups.html deleted file mode 100644 index 56bad599..00000000 --- a/www/lib/vis/examples/timeline/groups/groups.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - Timeline | Group example - - - - - - - - - - - -

- This example demonstrate using groups. Note that a DataSet is used for both - items and groups, allowing to dynamically add, update or remove both items - and groups via the DataSet. -

-
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/groups/groupsEditable.html b/www/lib/vis/examples/timeline/groups/groupsEditable.html deleted file mode 100644 index a7d275fa..00000000 --- a/www/lib/vis/examples/timeline/groups/groupsEditable.html +++ /dev/null @@ -1,316 +0,0 @@ - - - - Timeline | Editable Groups - - - - - - - - -

- This example demonstrates editable groups (for now only reordering). -

-
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/groups/groupsOrdering.html b/www/lib/vis/examples/timeline/groups/groupsOrdering.html deleted file mode 100644 index b4da7755..00000000 --- a/www/lib/vis/examples/timeline/groups/groupsOrdering.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - Timeline | Groups ordering - - - - - - - - -

- This example demonstrates custom ordering of groups. -

-
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/groups/subgroups.html b/www/lib/vis/examples/timeline/groups/subgroups.html deleted file mode 100644 index 0056705d..00000000 --- a/www/lib/vis/examples/timeline/groups/subgroups.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - Timeline | Background areas - - - - - - - - - -

This example shows the workings of the subgroups. Subgroups do not use stacking, and only work when stacking is disabled.

- -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/groups/verticalItemsHide.html b/www/lib/vis/examples/timeline/groups/verticalItemsHide.html deleted file mode 100644 index 1f38fffe..00000000 --- a/www/lib/vis/examples/timeline/groups/verticalItemsHide.html +++ /dev/null @@ -1,126 +0,0 @@ - - - Timeline | A lot of grouped data - - - - - - - - - - -

Timeline vertical visibility

- - - -
-

visible items:

-

-
- -
-
- - - - - diff --git a/www/lib/vis/examples/timeline/interaction/animateWindow.html b/www/lib/vis/examples/timeline/interaction/animateWindow.html deleted file mode 100644 index 40a416f1..00000000 --- a/www/lib/vis/examples/timeline/interaction/animateWindow.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - Timeline | Animate window - - - - - - - - - -

This example demonstrates functions to programmatically adjust the visible window of the Timeline.

- -

-
-
-
-
-
-
-
-
-

- -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/interaction/clickToUse.html b/www/lib/vis/examples/timeline/interaction/clickToUse.html deleted file mode 100644 index d00f4428..00000000 --- a/www/lib/vis/examples/timeline/interaction/clickToUse.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - Timeline | Click to use - - - - - - - - -
-

Timeline click to use

-

- This example demonstrates how to use the clickToUse option: before you can scroll and drag in the timeline, you first have to click in the timeline to activate. -

-
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/interaction/eventListeners.html b/www/lib/vis/examples/timeline/interaction/eventListeners.html deleted file mode 100644 index f3a9bcc5..00000000 --- a/www/lib/vis/examples/timeline/interaction/eventListeners.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - Timeline | Event listeners - - - - - - - - -

- This example listens for events select, rangechange, and rangechanged of the Timeline, and listens for changes in the DataSet (add, update, or remove items). -

-
-

-
-
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/interaction/limitMoveAndZoom.html b/www/lib/vis/examples/timeline/interaction/limitMoveAndZoom.html deleted file mode 100644 index 4eadd36a..00000000 --- a/www/lib/vis/examples/timeline/interaction/limitMoveAndZoom.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - Timeline | Limit move and zoom - - - - - - - - -

- The visible range is limited in this demo: -

- -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/interaction/navigationMenu.html b/www/lib/vis/examples/timeline/interaction/navigationMenu.html deleted file mode 100755 index cb7c19ad..00000000 --- a/www/lib/vis/examples/timeline/interaction/navigationMenu.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - Timeline | navigation menu - - - - - - - - - -

- Create your own navigation menu by creating an overlay with buttons to zoom and move. -

- -
- -
- - - - diff --git a/www/lib/vis/examples/timeline/interaction/setSelection.html b/www/lib/vis/examples/timeline/interaction/setSelection.html deleted file mode 100644 index f6a038ce..00000000 --- a/www/lib/vis/examples/timeline/interaction/setSelection.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - Timeline | Select items - - - - - - - - -

Set selection

-

- Enter one or multiple ids of items, then press select to select the items. This demo uses the function Timeline.setSelection(ids). Optionally, the window can be moved to the selected items. -

- -

- Select item(s):
- -

-
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/items/backgroundAreas.html b/www/lib/vis/examples/timeline/items/backgroundAreas.html deleted file mode 100644 index 3ec18a66..00000000 --- a/www/lib/vis/examples/timeline/items/backgroundAreas.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - Timeline | Background areas - - - - - - - - - -

This example demonstrates the item type "background", see "Period A" and "Period B". The background areas can be styled with css.

- -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/items/backgroundAreasWithGroups.html b/www/lib/vis/examples/timeline/items/backgroundAreasWithGroups.html deleted file mode 100644 index f8a78608..00000000 --- a/www/lib/vis/examples/timeline/items/backgroundAreasWithGroups.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Timeline | Background areas with groups - - - - - - - - - -

This example demonstrates the item type "background" when using groups.

- -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/items/htmlContents.html b/www/lib/vis/examples/timeline/items/htmlContents.html deleted file mode 100644 index d790133a..00000000 --- a/www/lib/vis/examples/timeline/items/htmlContents.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - Timeline | HTML data - - - - - - - - - -

- Load HTML contents in the Timeline in various ways. -

-
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/items/itemOrdering.html b/www/lib/vis/examples/timeline/items/itemOrdering.html deleted file mode 100644 index 323c9501..00000000 --- a/www/lib/vis/examples/timeline/items/itemOrdering.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - Timeline | Item ordering - - - - - - - - - -

Item ordering

-

- By default, the items displayed on the Timeline are unordered. They are - stacked in the order that they where loaded. This means that way items are - stacked can change while moving and zooming the Timeline. -

-

- To display and stack the items in a controlled order, you can provide a - custom sorting function via the configuration option order. -

-

- WARNING: Custom ordering is only suitable for small amounts of items (up to a few - hundred), as the Timeline has to render all items once on load to - determine their width and height. -

-

- -

- -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/items/pointItems.html b/www/lib/vis/examples/timeline/items/pointItems.html deleted file mode 100755 index 68201801..00000000 --- a/www/lib/vis/examples/timeline/items/pointItems.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - Timeline | Point items - - - - - - - - -

World War II timeline

-

Source: http://www.onwar.com/chrono/index.htm

-
- -
- - - - diff --git a/www/lib/vis/examples/timeline/items/rangeOverflowItem.html b/www/lib/vis/examples/timeline/items/rangeOverflowItem.html deleted file mode 100644 index fbea2f37..00000000 --- a/www/lib/vis/examples/timeline/items/rangeOverflowItem.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - Timeline | Range overflow - - - - - - - - - -

- In case of ranges being spread over a wide range of time, it can be interesting to have the text contents of the ranges overflow the box. This can be achieved by changing the overflow property of the contents to visible with css: -

-
-.vis-item .vis-item-overflow {
-  overflow: visible;
-}
-
- -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/other/customTimeBars.html b/www/lib/vis/examples/timeline/other/customTimeBars.html deleted file mode 100644 index 2c1a5f7c..00000000 --- a/www/lib/vis/examples/timeline/other/customTimeBars.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - Timeline | Show current and custom time bars - - - - - - - - - -

- The Timeline has functions to add multiple custom time bars which can be dragged by the user. -

-

- - -

-

- - -

-

- timechange event, index: , time: -

-

- timechanged event, index: , time: -


- -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/other/dataAttributes.html b/www/lib/vis/examples/timeline/other/dataAttributes.html deleted file mode 100644 index 0aa1f14e..00000000 --- a/www/lib/vis/examples/timeline/other/dataAttributes.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - Timeline | Basic demo - - - - - - - - -

- In this example all items get an HTML attribute attached: each item gets an attribute data-id, and items 1 and 6 have an additional attribute data-tooltip. -

- -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/other/dataAttributesAll.html b/www/lib/vis/examples/timeline/other/dataAttributesAll.html deleted file mode 100644 index 5b926b54..00000000 --- a/www/lib/vis/examples/timeline/other/dataAttributesAll.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - Timeline | Basic demo - - - - - - - - -

- In this example all items get HTML attributes attached: each item gets data-? attributes for each field defined on the JS object. -

- -
- - - - \ No newline at end of file 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:

- -
- - - - - diff --git a/www/lib/vis/examples/timeline/other/functionLabelFormats.html b/www/lib/vis/examples/timeline/other/functionLabelFormats.html deleted file mode 100644 index 9de9023b..00000000 --- a/www/lib/vis/examples/timeline/other/functionLabelFormats.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - Timeline | Custom function label format example - - - - - - - - - - - -

- This example demonstrate using custom function label formats. -

-
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/other/groupsPerformance.html b/www/lib/vis/examples/timeline/other/groupsPerformance.html deleted file mode 100644 index 1b16af30..00000000 --- a/www/lib/vis/examples/timeline/other/groupsPerformance.html +++ /dev/null @@ -1,110 +0,0 @@ - - - Timeline | A lot of grouped data - - - - - - - - - -

Timeline grouping performance

- -

- Choose a number of items: - 100, - 1000, - 10000, - 100000 -

-

- Current number of items: 100 -

- -
- - - - - diff --git a/www/lib/vis/examples/timeline/other/hidingPeriods.html b/www/lib/vis/examples/timeline/other/hidingPeriods.html deleted file mode 100644 index 52ec6f9a..00000000 --- a/www/lib/vis/examples/timeline/other/hidingPeriods.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - Timeline | Hiding periods - - - - - - - - -

- It's possible to hide (recurring) periods from the Timeline. The following example hides weekends and nights. -

-
- - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/other/horizontalScroll.html b/www/lib/vis/examples/timeline/other/horizontalScroll.html deleted file mode 100644 index a999cd51..00000000 --- a/www/lib/vis/examples/timeline/other/horizontalScroll.html +++ /dev/null @@ -1,77 +0,0 @@ - - - Timeline | Horizontal Scroll Option - - - - - - - - - -

Timeline horizontal scroll option

- -
- - - - - diff --git a/www/lib/vis/examples/timeline/other/localization.html b/www/lib/vis/examples/timeline/other/localization.html deleted file mode 100644 index 5b58923b..00000000 --- a/www/lib/vis/examples/timeline/other/localization.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - Timeline | Localization - - - - - - - - - -

- To localize the Timeline, one has to load a version of moment.js including locales. To set a locale, specify option {locale: STRING}. -

- -

- - -

- -
- - - - diff --git a/www/lib/vis/examples/timeline/other/performance.html b/www/lib/vis/examples/timeline/other/performance.html deleted file mode 100644 index 45b22aab..00000000 --- a/www/lib/vis/examples/timeline/other/performance.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - Timeline | performance - - - - - - - - - - - -

- Test the performance with a lot of items. The Timeline can load hundreds of thousands of items, but the performance of rendering them in the browser is limited. Rendering typically runs smooth for up to a few hundreds of items at once (you can set a zoomMax to prevent the user from zooming out too far). -

-

- - - -

-
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/other/requirejs/requirejs_example.html b/www/lib/vis/examples/timeline/other/requirejs/requirejs_example.html deleted file mode 100644 index 363845fe..00000000 --- a/www/lib/vis/examples/timeline/other/requirejs/requirejs_example.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - Timeline require.js demo - - - - - - - -

- This example shows how to load the vis.js library using require.js. -

-
- - diff --git a/www/lib/vis/examples/timeline/other/requirejs/scripts/main.js b/www/lib/vis/examples/timeline/other/requirejs/scripts/main.js deleted file mode 100644 index f8148540..00000000 --- a/www/lib/vis/examples/timeline/other/requirejs/scripts/main.js +++ /dev/null @@ -1,19 +0,0 @@ -require.config({ - paths: { - vis: '../../../../../dist/vis' - } -}); - -require(['vis'], function (vis) { - var container = document.getElementById('visualization'); - var data = new vis.DataSet([ - {id: 1, content: 'item 1', start: '2013-04-20'}, - {id: 2, content: 'item 2', start: '2013-04-14'}, - {id: 3, content: 'item 3', start: '2013-04-18'}, - {id: 4, content: 'item 4', start: '2013-04-16', end: '2013-04-19'}, - {id: 5, content: 'item 5', start: '2013-04-25'}, - {id: 6, content: 'item 6', start: '2013-04-27'} - ]); - var options = {}; - var timeline = new vis.Timeline(container, data, options); -}); diff --git a/www/lib/vis/examples/timeline/other/requirejs/scripts/require.js b/www/lib/vis/examples/timeline/other/requirejs/scripts/require.js deleted file mode 100644 index 8de013dc..00000000 --- a/www/lib/vis/examples/timeline/other/requirejs/scripts/require.js +++ /dev/null @@ -1,35 +0,0 @@ -/* - RequireJS 2.1.2 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved. - Available via the MIT or new BSD license. - see: http://github.com/jrburke/requirejs for details -*/ -var requirejs,require,define; -(function(Y){function H(b){return"[object Function]"===L.call(b)}function I(b){return"[object Array]"===L.call(b)}function x(b,c){if(b){var d;for(d=0;dthis.depCount&&!this.defined){if(H(n)){if(this.events.error)try{e=j.execCb(c,n,b,e)}catch(d){a=d}else e=j.execCb(c,n,b,e);this.map.isDefine&&((b=this.module)&&void 0!==b.exports&&b.exports!==this.exports?e=b.exports:void 0===e&&this.usingExports&&(e=this.exports));if(a)return a.requireMap=this.map,a.requireModules=[this.map.id],a.requireType="define",C(this.error=a)}else e=n;this.exports=e;if(this.map.isDefine&& -!this.ignore&&(p[c]=e,l.onResourceLoad))l.onResourceLoad(j,this.map,this.depMaps);delete k[c];this.defined=!0}this.defining=!1;this.defined&&!this.defineEmitted&&(this.defineEmitted=!0,this.emit("defined",this.exports),this.defineEmitComplete=!0)}}else this.fetch()}},callPlugin:function(){var a=this.map,b=a.id,d=h(a.prefix);this.depMaps.push(d);s(d,"defined",t(this,function(e){var n,d;d=this.map.name;var v=this.map.parentMap?this.map.parentMap.name:null,f=j.makeRequire(a.parentMap,{enableBuildCallback:!0, -skipMap:!0});if(this.map.unnormalized){if(e.normalize&&(d=e.normalize(d,function(a){return c(a,v,!0)})||""),e=h(a.prefix+"!"+d,this.map.parentMap),s(e,"defined",t(this,function(a){this.init([],function(){return a},null,{enabled:!0,ignore:!0})})),d=i(k,e.id)){this.depMaps.push(e);if(this.events.error)d.on("error",t(this,function(a){this.emit("error",a)}));d.enable()}}else n=t(this,function(a){this.init([],function(){return a},null,{enabled:!0})}),n.error=t(this,function(a){this.inited=!0;this.error= -a;a.requireModules=[b];E(k,function(a){0===a.map.id.indexOf(b+"_unnormalized")&&delete k[a.map.id]});C(a)}),n.fromText=t(this,function(e,c){var d=a.name,u=h(d),v=O;c&&(e=c);v&&(O=!1);q(u);r(m.config,b)&&(m.config[d]=m.config[b]);try{l.exec(e)}catch(k){throw Error("fromText eval for "+d+" failed: "+k);}v&&(O=!0);this.depMaps.push(u);j.completeLoad(d);f([d],n)}),e.load(a.name,f,n,m)}));j.enable(d,this);this.pluginMaps[d.id]=d},enable:function(){this.enabling=this.enabled=!0;x(this.depMaps,t(this,function(a, -b){var c,e;if("string"===typeof a){a=h(a,this.map.isDefine?this.map:this.map.parentMap,!1,!this.skipMap);this.depMaps[b]=a;if(c=i(N,a.id)){this.depExports[b]=c(this);return}this.depCount+=1;s(a,"defined",t(this,function(a){this.defineDep(b,a);this.check()}));this.errback&&s(a,"error",this.errback)}c=a.id;e=k[c];!r(N,c)&&(e&&!e.enabled)&&j.enable(a,this)}));E(this.pluginMaps,t(this,function(a){var b=i(k,a.id);b&&!b.enabled&&j.enable(a,this)}));this.enabling=!1;this.check()},on:function(a,b){var c= -this.events[a];c||(c=this.events[a]=[]);c.push(b)},emit:function(a,b){x(this.events[a],function(a){a(b)});"error"===a&&delete this.events[a]}};j={config:m,contextName:b,registry:k,defined:p,urlFetched:S,defQueue:F,Module:W,makeModuleMap:h,nextTick:l.nextTick,configure:function(a){a.baseUrl&&"/"!==a.baseUrl.charAt(a.baseUrl.length-1)&&(a.baseUrl+="/");var b=m.pkgs,c=m.shim,e={paths:!0,config:!0,map:!0};E(a,function(a,b){e[b]?"map"===b?Q(m[b],a,!0,!0):Q(m[b],a,!0):m[b]=a});a.shim&&(E(a.shim,function(a, -b){I(a)&&(a={deps:a});if((a.exports||a.init)&&!a.exportsFn)a.exportsFn=j.makeShimExports(a);c[b]=a}),m.shim=c);a.packages&&(x(a.packages,function(a){a="string"===typeof a?{name:a}:a;b[a.name]={name:a.name,location:a.location||a.name,main:(a.main||"main").replace(ga,"").replace(aa,"")}}),m.pkgs=b);E(k,function(a,b){!a.inited&&!a.map.unnormalized&&(a.map=h(b))});if(a.deps||a.callback)j.require(a.deps||[],a.callback)},makeShimExports:function(a){return function(){var b;a.init&&(b=a.init.apply(Y,arguments)); -return b||a.exports&&Z(a.exports)}},makeRequire:function(a,d){function f(e,c,u){var i,m;d.enableBuildCallback&&(c&&H(c))&&(c.__requireJsBuild=!0);if("string"===typeof e){if(H(c))return C(J("requireargs","Invalid require call"),u);if(a&&r(N,e))return N[e](k[a.id]);if(l.get)return l.get(j,e,a);i=h(e,a,!1,!0);i=i.id;return!r(p,i)?C(J("notloaded",'Module name "'+i+'" has not been loaded yet for context: '+b+(a?"":". Use require([])"))):p[i]}K();j.nextTick(function(){K();m=q(h(null,a));m.skipMap=d.skipMap; -m.init(e,c,u,{enabled:!0});B()});return f}d=d||{};Q(f,{isBrowser:z,toUrl:function(b){var d=b.lastIndexOf("."),g=null;-1!==d&&(g=b.substring(d,b.length),b=b.substring(0,d));return j.nameToUrl(c(b,a&&a.id,!0),g)},defined:function(b){return r(p,h(b,a,!1,!0).id)},specified:function(b){b=h(b,a,!1,!0).id;return r(p,b)||r(k,b)}});a||(f.undef=function(b){w();var c=h(b,a,!0),d=i(k,b);delete p[b];delete S[c.url];delete X[b];d&&(d.events.defined&&(X[b]=d.events),delete k[b])});return f},enable:function(a){i(k, -a.id)&&q(a).enable()},completeLoad:function(a){var b,c,d=i(m.shim,a)||{},h=d.exports;for(w();F.length;){c=F.shift();if(null===c[0]){c[0]=a;if(b)break;b=!0}else c[0]===a&&(b=!0);D(c)}c=i(k,a);if(!b&&!r(p,a)&&c&&!c.inited){if(m.enforceDefine&&(!h||!Z(h)))return y(a)?void 0:C(J("nodefine","No define call for "+a,null,[a]));D([a,d.deps||[],d.exportsFn])}B()},nameToUrl:function(a,b){var c,d,h,f,j,k;if(l.jsExtRegExp.test(a))f=a+(b||"");else{c=m.paths;d=m.pkgs;f=a.split("/");for(j=f.length;0f.attachEvent.toString().indexOf("[native code"))&&!V?(O=!0,f.attachEvent("onreadystatechange", -b.onScriptLoad)):(f.addEventListener("load",b.onScriptLoad,!1),f.addEventListener("error",b.onScriptError,!1)),f.src=d,K=f,D?A.insertBefore(f,D):A.appendChild(f),K=null,f;$&&(importScripts(d),b.completeLoad(c))};z&&M(document.getElementsByTagName("script"),function(b){A||(A=b.parentNode);if(s=b.getAttribute("data-main"))return q.baseUrl||(G=s.split("/"),ba=G.pop(),ca=G.length?G.join("/")+"/":"./",q.baseUrl=ca,s=ba),s=s.replace(aa,""),q.deps=q.deps?q.deps.concat(s):[s],!0});define=function(b,c,d){var i, -f;"string"!==typeof b&&(d=c,c=b,b=null);I(c)||(d=c,c=[]);!c.length&&H(d)&&d.length&&(d.toString().replace(ia,"").replace(ja,function(b,d){c.push(d)}),c=(1===d.length?["require"]:["require","exports","module"]).concat(c));if(O){if(!(i=K))P&&"interactive"===P.readyState||M(document.getElementsByTagName("script"),function(b){if("interactive"===b.readyState)return P=b}),i=P;i&&(b||(b=i.getAttribute("data-requiremodule")),f=B[i.getAttribute("data-requirecontext")])}(f?f.defQueue:R).push([b,c,d])};define.amd= -{jQuery:!0};l.exec=function(b){return eval(b)};l(q)}})(this); diff --git a/www/lib/vis/examples/timeline/other/rtl.html b/www/lib/vis/examples/timeline/other/rtl.html deleted file mode 100644 index f53b1802..00000000 --- a/www/lib/vis/examples/timeline/other/rtl.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - Timeline | RTL example - - - - - - - -

Timeline RTL support

- -

Using dir = "rtl" in any parent node

-
- -

Using options.rtl = true

-
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/other/timezone.html b/www/lib/vis/examples/timeline/other/timezone.html deleted file mode 100644 index 8994ba98..00000000 --- a/www/lib/vis/examples/timeline/other/timezone.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - Timeline | Time zone - - - - - - - - - -

Time zone

- -

- The following demo shows how to display items in local time (default), in UTC, or for a specific time zone offset. By configuring your own moment constructor, you can display items in the time zone that you want. All timelines have the same start and end date. -

- -

Local time

-
- -

UTC

-
- -

UTC +08:00

-
- - - - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/other/usingReact.html b/www/lib/vis/examples/timeline/other/usingReact.html deleted file mode 100644 index f6d1e1f7..00000000 --- a/www/lib/vis/examples/timeline/other/usingReact.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - React Components in templates - - - -
- - - - - - - - - - - - - diff --git a/www/lib/vis/examples/timeline/other/verticalScroll.html b/www/lib/vis/examples/timeline/other/verticalScroll.html deleted file mode 100644 index ddf946f0..00000000 --- a/www/lib/vis/examples/timeline/other/verticalScroll.html +++ /dev/null @@ -1,93 +0,0 @@ - - - Timeline | Vertical Scroll Option - - - - - - - - - -

Timeline vertical scroll option

- -

With -verticalScroll: true, -zoomKey: 'ctrlKey' -

- -
- -

With -horizontalScroll: true, -verticalScroll: true, -zoomKey: 'ctrlKey' -

-
- - - - diff --git a/www/lib/vis/examples/timeline/resources/data/basic.json b/www/lib/vis/examples/timeline/resources/data/basic.json deleted file mode 100644 index 711dd8e2..00000000 --- a/www/lib/vis/examples/timeline/resources/data/basic.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "id": 1, - "content": "item 1", - "start": "2014-04-20" - }, - { - "id": 2, - "content": "item 2", - "start": "2014-04-14" - }, - { - "id": 3, - "content": "item 3", - "start": "2014-04-18" - }, - { - "id": 4, - "content": "item 4", - "start": "2014-04-16", - "end": "2014-04-19" - }, - { - "id": 5, - "content": "item 5", - "start": "2014-04-25" - }, - { - "id": 6, - "content": "item 6", - "start": "2014-04-27", - "type": "point" - } -] \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/resources/data/wk2014.json b/www/lib/vis/examples/timeline/resources/data/wk2014.json deleted file mode 100644 index 2bcb3d75..00000000 --- a/www/lib/vis/examples/timeline/resources/data/wk2014.json +++ /dev/null @@ -1,152 +0,0 @@ -[ - { - "player1": "Brazil", - "abbr1": "br", - "score1": "1 (3)", - "player2": "Chile", - "abbr2": "cl", - "score2": "1 (2)", - "description": "round of 16", - "start": "2014-06-28 13:00" - }, - { - "player1": "Colombia", - "abbr1": "co", - "score1": 2, - "player2": "Uruguay", - "abbr2": "uy", - "score2": 0, - "description": "round of 16", - "start": "2014-06-28 17:00" - }, - { - "player1": "Netherlands", - "abbr1": "nl", - "score1": 2, - "player2": "Mexico", - "abbr2": "mx", - "score2": 1, - "description": "round of 16", - "start": "2014-06-29 13:00" - }, - { - "player1": "Costa Rica", - "abbr1": "cr", - "score1": "1 (5)", - "player2": "Greece", - "abbr2": "gr", - "score2": "1 (3)", - "description": "round of 16", - "start": "2014-06-29 17:00" - }, - { - "player1": "France", - "abbr1": "fr", - "score1": 2, - "player2": "Nigeria", - "abbr2": "ng", - "score2": 0, - "description": "round of 16", - "start": "2014-06-30 13:00" - }, - { - "player1": "Germany", - "abbr1": "de", - "score1": 2, - "player2": "Algeria", - "abbr2": "dz", - "score2": 1, - "description": "round of 16", - "start": "2014-06-30 17:00" - }, - { - "player1": "Argentina", - "abbr1": "ar", - "score1": 1, - "player2": "Switzerland", - "abbr2": "ch", - "score2": 0, - "description": "round of 16", - "start": "2014-07-01 13:00" - }, - { - "player1": "Belgium", - "abbr1": "be", - "score1": 2, - "player2": "USA", - "abbr2": "us", - "score2": 1, - "description": "round of 16", - "start": "2014-07-01 17:00" - }, - { - "player1": "France", - "abbr1": "fr", - "score1": 0, - "player2": "Germany", - "abbr2": "de", - "score2": 1, - "description": "quarter-finals", - "start": "2014-07-04 13:00" - }, - { - "player1": "Brazil", - "abbr1": "br", - "score1": 2, - "player2": "Colombia", - "abbr2": "co", - "score2": 1, - "description": "quarter-finals", - "start": "2014-07-04 17:00" - }, - { - "player1": "Argentina", - "abbr1": "ar", - "score1": 1, - "player2": "Belgium", - "abbr2": "be", - "score2": 0, - "description": "quarter-finals", - "start": "2014-07-05 13:00" - }, - { - "player1": "Netherlands", - "abbr1": "nl", - "score1": "0 (4)", - "player2": "Costa Rica", - "abbr2": "cr", - "score2": "0 (3)", - "description": "quarter-finals", - "start": "2014-07-05 17:00" - }, - { - "player1": "Brazil", - "abbr1": "br", - "score1": 1, - "player2": "Germany", - "abbr2": "de", - "score2": 7, - "description": "semi-finals", - "start": "2014-07-08 17:00" - }, - { - "player1": "Netherlands", - "abbr1": "nl", - "score1": "0 (2)", - "player2": "Argentina", - "abbr2": "ar", - "score2": "0 (4)", - "description": "semi-finals", - "start": "2014-07-09 17:00" - }, - { - "player1": "Germany", - "score1": 1, - "abbr1": "de", - "player2": "Argentina", - "abbr2": "ar", - "score2": 0, - "description": "final", - "start": "2014-07-13 16:00" - } -] \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/resources/img/Hardware-Mobile-Phone-icon.png b/www/lib/vis/examples/timeline/resources/img/Hardware-Mobile-Phone-icon.png deleted file mode 100644 index 66a6d35f..00000000 Binary files a/www/lib/vis/examples/timeline/resources/img/Hardware-Mobile-Phone-icon.png and /dev/null differ diff --git a/www/lib/vis/examples/timeline/resources/img/attachment-icon.png b/www/lib/vis/examples/timeline/resources/img/attachment-icon.png deleted file mode 100755 index fc825177..00000000 Binary files a/www/lib/vis/examples/timeline/resources/img/attachment-icon.png and /dev/null differ diff --git a/www/lib/vis/examples/timeline/resources/img/blog-post-edit-icon.png b/www/lib/vis/examples/timeline/resources/img/blog-post-edit-icon.png deleted file mode 100755 index 12ab23c6..00000000 Binary files a/www/lib/vis/examples/timeline/resources/img/blog-post-edit-icon.png and /dev/null differ diff --git a/www/lib/vis/examples/timeline/resources/img/comments-icon.png b/www/lib/vis/examples/timeline/resources/img/comments-icon.png deleted file mode 100755 index 736789ed..00000000 Binary files a/www/lib/vis/examples/timeline/resources/img/comments-icon.png and /dev/null differ diff --git a/www/lib/vis/examples/timeline/resources/img/community-users-icon.png b/www/lib/vis/examples/timeline/resources/img/community-users-icon.png deleted file mode 100755 index a77e239a..00000000 Binary files a/www/lib/vis/examples/timeline/resources/img/community-users-icon.png and /dev/null differ diff --git a/www/lib/vis/examples/timeline/resources/img/license.txt b/www/lib/vis/examples/timeline/resources/img/license.txt deleted file mode 100644 index 9d65f9f5..00000000 --- a/www/lib/vis/examples/timeline/resources/img/license.txt +++ /dev/null @@ -1,17 +0,0 @@ -IMAGE LICENSES - -REFRESH CL -http://www.iconarchive.com/category/system/refresh-cl-icons-by-tpdkdesign.net.html - -License: Free for non-commercial use. -http://www.iconarchive.com/icons/tpdkdesign.net/refresh-cl/readme_eng.txt - - - -AESTHETICA 2 -http://www.iconarchive.com/category/application/aesthetica-2-icons-by-dryicons.html - -License: -DryIcons Terms of Use -http://dryicons.com/terms/ - diff --git a/www/lib/vis/examples/timeline/resources/img/license_aesthetica-2.txt b/www/lib/vis/examples/timeline/resources/img/license_aesthetica-2.txt deleted file mode 100644 index 28554c00..00000000 --- a/www/lib/vis/examples/timeline/resources/img/license_aesthetica-2.txt +++ /dev/null @@ -1,36 +0,0 @@ -Aesthetica Icon Set, version 2.0 -http://dryicons.com/free-icons/preview/aesthetica-version-2/ - -Information ----------------------- - -This icon set contains 181 quality icons in the following formats: - Transparent PNG - 16 x 16 px - 24 x 24 px - 32 x 32 px - 48 x 48 px - 128 x 128 px - - - -Licensing ----------------------- - -The usage of DryIcons' work (icons, icon sets and graphics) is limited to the terms of the "Free License" and "Commercial License" use. -The DryIcons Free License means that you can use our icons, icon sets and graphics in any publicly accesible web site, web application or any form of presentation publicly accessible through the World Wide Web only according to the DryIcons Free License Terms and Conditions: - -* You must put a back link with credits to http://dryicons.com on every page where DryIcons' Works are used (example: Icons by http://dryicons.com); - -* You must include the correct back link to DryIcons website, which is: http://dryicons.com; - -* You must place the link on an easy-to-see, recognizable place, so there is no confusion about the Original Author of the Works (DryIcons); - -* When copying, or paraphrasing description text (or title) on one of the Works, you must make sure there are no spelling mistakes; - -* Do not try to take credit or imply in any way that you and not DryIcons is the Original Author of the Works (icons, icon sets and graphics). - -For a more detailed look at our Free License Agreement, please follow the link: http://dryicons.com/terms/#free-license - - -The DryIcons Commercial License means that you can use our Free Icon Sets and Free Graphics without being obligated to put a back link to DryIcons.com for a certain fee. After you complete yourpayment transaction DryIcons grants you a Commercial License. \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/resources/img/license_refresh-cl.txt b/www/lib/vis/examples/timeline/resources/img/license_refresh-cl.txt deleted file mode 100644 index 78427f03..00000000 --- a/www/lib/vis/examples/timeline/resources/img/license_refresh-cl.txt +++ /dev/null @@ -1,26 +0,0 @@ -RefreshCL Icon Pack by TPDK ©2005 www.tpdkdesign.net -All rights reserved. -version 1.0 2005/18/11 - - -Terms of use -Theses icons are copyrighted, and for personal use only. -Until now, COMMERCIAL USE is strictly forbidden. - -You cannot (non-exhaustive list) : -- Use my icons in commercial website -- Use my icons in a professional website layout -- Sell or distribute those icons - -For any other use, such as : -- using in non-commercial website -- using icon in free software under GPL licence -you need my authorization to use them. If you have my permission, you need to credit me in your terms and put a link to my website. -I would not be responsible fo any damage you may encounter while using this product. -For any question or request about the pack, please send me an email to tpdk@tpdkdesign.net. - -Special thanks to customxp's & crystalxp's teams and members for help and support ;) -http://crystalxp.net -http://customxp.net -http://pngfactory.net -visit my deviantart webpage : http://tpdkcasimir.deviantart.com/ diff --git a/www/lib/vis/examples/timeline/resources/img/mail-icon.png b/www/lib/vis/examples/timeline/resources/img/mail-icon.png deleted file mode 100755 index f11ce5c3..00000000 Binary files a/www/lib/vis/examples/timeline/resources/img/mail-icon.png and /dev/null differ diff --git a/www/lib/vis/examples/timeline/resources/img/notes-edit-icon.png b/www/lib/vis/examples/timeline/resources/img/notes-edit-icon.png deleted file mode 100755 index 7f903df4..00000000 Binary files a/www/lib/vis/examples/timeline/resources/img/notes-edit-icon.png and /dev/null differ diff --git a/www/lib/vis/examples/timeline/resources/img/product-icon.png b/www/lib/vis/examples/timeline/resources/img/product-icon.png deleted file mode 100644 index fb12da43..00000000 Binary files a/www/lib/vis/examples/timeline/resources/img/product-icon.png and /dev/null differ diff --git a/www/lib/vis/examples/timeline/resources/img/truck-icon.png b/www/lib/vis/examples/timeline/resources/img/truck-icon.png deleted file mode 100644 index 89d92622..00000000 Binary files a/www/lib/vis/examples/timeline/resources/img/truck-icon.png and /dev/null differ diff --git a/www/lib/vis/examples/timeline/styling/axisOrientation.html b/www/lib/vis/examples/timeline/styling/axisOrientation.html deleted file mode 100644 index b3978f17..00000000 --- a/www/lib/vis/examples/timeline/styling/axisOrientation.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - Timeline | Orientation - - - - - - - - - - -

- There are a number of orientation options for the time axis and the items. -

- -

- - -

- -

- - -

- -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/styling/customCss.html b/www/lib/vis/examples/timeline/styling/customCss.html deleted file mode 100644 index ed700a1d..00000000 --- a/www/lib/vis/examples/timeline/styling/customCss.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - Timeline | Custom styling - - - - - - - - - - -

- The style of the Timeline can be fully customized via CSS: -

-
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/styling/gridStyling.html b/www/lib/vis/examples/timeline/styling/gridStyling.html deleted file mode 100644 index 9fec28b2..00000000 --- a/www/lib/vis/examples/timeline/styling/gridStyling.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - Timeline | Grid styling - - - - - - - - -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/timeline/styling/itemClassNames.html b/www/lib/vis/examples/timeline/styling/itemClassNames.html deleted file mode 100755 index 62433484..00000000 --- a/www/lib/vis/examples/timeline/styling/itemClassNames.html +++ /dev/null @@ -1,117 +0,0 @@ - - - Timeline | Item class names - - - - - - - - - -

This page demonstrates the Timeline with custom css classes for individual items.

- -
- - - - diff --git a/www/lib/vis/examples/timeline/styling/itemTemplates.html b/www/lib/vis/examples/timeline/styling/itemTemplates.html deleted file mode 100644 index 13e43c46..00000000 --- a/www/lib/vis/examples/timeline/styling/itemTemplates.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - Timeline | Templates - - - - - - - - - - - - - -

WK 2014

-

- This example demonstrates using templates to format item contents. In this case handlebars is used as template engine, but you can just use your favorite template engine or manually craft HTML from the data of an item. -

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