Browse Source

Update timeline options to include dataAttributes

v3_develop
Dan Turkenkopf 10 years ago
parent
commit
4db0a9b4dd
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      docs/timeline.html

+ 8
- 0
docs/timeline.html View File

@ -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.</td>
</tr>
<tr>
<td>dataAttributes</td>
<td>Array[String]</td>
<td>false</td>
<td>An array of fields optionally defined on the timeline items that will be appended as <code>data-</code> attributes to the content element.</td>
</tr>
<tr>
<td>editable</td>
<td>Boolean | Object</td>

Loading…
Cancel
Save