From ef3a52a2740fe92094d434421c6517ac61edb976 Mon Sep 17 00:00:00 2001 From: josdejong Date: Fri, 7 Feb 2014 13:50:13 +0100 Subject: [PATCH] Documented current time bar events --- HISTORY.md | 8 +++++++ docs/timeline.html | 30 ++++++++++++++++++++++++--- src/timeline/component/CurrentTime.js | 2 +- 3 files changed, 36 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7b9763cc..25220179 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,14 @@ vis.js history http://visjs.org +## not yet released, version 0.5.0 + +### Timeline + +- items can be dragged +- added events when dragging the custom time bar. + + ## 2014-01-31, version 0.4.0 ### Timeline diff --git a/docs/timeline.html b/docs/timeline.html index eaaf2339..20aae353 100644 --- a/docs/timeline.html +++ b/docs/timeline.html @@ -610,8 +610,8 @@ var options = {

Events

- Timeline fires events when changing the visible window by dragging, or when - selecting items. + Timeline fires events when changing the visible window by dragging, when + selecting items, and when dragging the custom time bar.

@@ -674,7 +674,7 @@ timeline.off('select', onSelect); rangechanged - Fired once after the user has dragging the timeline window. + Fired once after the user has dragged the timeline window.