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