From 4db0a9b4dd0c1215901f07c5e3218b24b5222944 Mon Sep 17 00:00:00 2001 From: Dan Turkenkopf Date: Thu, 4 Sep 2014 12:32:14 -0400 Subject: [PATCH] Update timeline options to include dataAttributes --- docs/timeline.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/timeline.html b/docs/timeline.html index 2171d453..94348bbf 100644 --- a/docs/timeline.html +++ b/docs/timeline.html @@ -378,6 +378,14 @@ var options = { 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. + + dataAttributes + Array[String] + false + An array of fields optionally defined on the timeline items that will be appended as data- attributes to the content element. + + + editable Boolean | Object