Browse Source

changed docs for groupDragging

kamadaKawai
Martin Fischer 9 years ago
parent
commit
6804cb5595
1 changed files with 11 additions and 2 deletions
  1. +11
    -2
      docs/timeline/index.html

+ 11
- 2
docs/timeline/index.html View File

@ -603,13 +603,13 @@ function (option, path) {
<td class="indent">groupEditable.remove</td>
<td>boolean</td>
<td><code>false</code></td>
<td>If true, groups can be deleted. For now removing new groups is done by the user.</td>
<td>If true, groups can be deleted. For now removing groups is done by the user.</td>
</tr>
<tr parent="groupEditable" class="hidden">
<td class="indent">groupEditable.order</td>
<td>boolean</td>
<td><code>false</code></td>
<td>If true, groups can be dragged to change their order. Only applicable when the Timeline has groups.</td>
<td>If true, groups can be dragged to change their order. Only applicable when the Timeline has groups. For this option to work properly the groupOrder and groupOrderSwap options have to be set as well.</td>
</tr>
<tr>
@ -1318,6 +1318,15 @@ timeline.off('select', onSelect);
</td>
</tr>
<tr>
<td>groupDragged</td>
<td>
Passes the id of the dragged group.
</td>
<td>Fired after the dragging of a group is finished.
</td>
</tr>
<tr>
<td>rangechange</td>
<td>

Loading…
Cancel
Save