From 23858aa0ea55c451e0aec98b8bcac1416d43c8ae Mon Sep 17 00:00:00 2001 From: jangajack Date: Sat, 9 Dec 2017 23:31:18 +1100 Subject: [PATCH] Documented isActive() (#3704) Documented the help method to provide support for the edge case of detecting the currently active Timeline from a collection of Timelines. --- docs/timeline/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/timeline/index.html b/docs/timeline/index.html index 09acb325..55c0c8d1 100644 --- a/docs/timeline/index.html +++ b/docs/timeline/index.html @@ -1387,6 +1387,12 @@ document.getElementById('myTimeline').onclick = function (event) { Get the current visible window. Returns an object with properties start: Date and end: Date. + + isActive() + Boolean + Denotes whether the timeline is currently active. This method only returns false if the timline has the {clickToUse:true} option enabled and the timeline is currently unselected. + + moveTo(time [, options, callback]) none