From ab869c1bcd75cf58900928538f81243b8d86a2fc Mon Sep 17 00:00:00 2001 From: jos Date: Fri, 22 Aug 2014 15:48:49 +0200 Subject: [PATCH] Renamed option `activatable` to `clickToUse` --- HISTORY.md | 6 +++--- docs/network.html | 4 ++-- docs/timeline.html | 4 ++-- .../{20_activatable.html => 20_click_to_use.html} | 8 ++++---- examples/timeline/index.html | 2 +- lib/network/Network.js | 6 +++--- lib/shared/Activator.js | 2 +- lib/timeline/Core.js | 6 +++--- 8 files changed, 19 insertions(+), 19 deletions(-) rename examples/timeline/{20_activatable.html => 20_click_to_use.html} (84%) diff --git a/HISTORY.md b/HISTORY.md index 00739e10..d2e02332 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -10,14 +10,14 @@ http://visjs.org - Fixed canceling moving an item to another group did not move the item back to the original group. - Added localization support. -- Implemented option `activatable`. +- Implemented option `clickToUse`. ### Network - A fix in reading group properties for a node. - Fixed physics solving stopping when a support node was not moving. - Added localization support. -- Implemented option `activatable`. +- Implemented option `clickToUse`. - Fixed page scroll event not being blocked when moving around in Network using arrow keys. @@ -27,7 +27,7 @@ http://visjs.org - Added two examples showing the two additions above. - Added 'customRange' for the Y axis and an example showing how it works. - Added localization support. -- Implemented option `activatable`. +- Implemented option `clickToUse`. ## 2014-08-14, version 3.2.0 diff --git a/docs/network.html b/docs/network.html index e2295697..d8df37b9 100644 --- a/docs/network.html +++ b/docs/network.html @@ -871,10 +871,10 @@ var options = { - activatable + clickToUse boolean false - When a Network is configured to be activatable, it will react to mouse, touch, and keyboard events only when active. + When a Network is configured to be clickToUse, it will react to mouse, touch, and keyboard events only when active. When active, a blue shadow border is displayed around the Network. The Network is set active by clicking on it, and is changed to inactive again by clicking outside the Network or by pressing the ESC key. diff --git a/docs/timeline.html b/docs/timeline.html index 27c6ca5a..8984b9d7 100644 --- a/docs/timeline.html +++ b/docs/timeline.html @@ -357,10 +357,10 @@ var options = { - activatable + clickToUse boolean false - When a Timeline is configured to be activatable, it will react to mouse and touch events only when active. + When a Timeline is configured to be clickToUse, it will react to mouse and touch events only when active. When active, a blue shadow border is displayed around the Timeline. The Timeline is set active by clicking on it, and is changed to inactive again by clicking outside the Timeline or by pressing the ESC key. diff --git a/examples/timeline/20_activatable.html b/examples/timeline/20_click_to_use.html similarity index 84% rename from examples/timeline/20_activatable.html rename to examples/timeline/20_click_to_use.html index 8e4926c1..46e1a567 100644 --- a/examples/timeline/20_activatable.html +++ b/examples/timeline/20_click_to_use.html @@ -1,7 +1,7 @@ - Timeline | Activatable + Timeline | Click to use