diff --git a/docs/timeline/index.html b/docs/timeline/index.html
index 5eaf4a90..30d741bf 100644
--- a/docs/timeline/index.html
+++ b/docs/timeline/index.html
@@ -603,13 +603,13 @@ function (option, path) {
groupEditable.remove |
boolean |
false |
- If true, groups can be deleted. For now removing new groups is done by the user. |
+ If true, groups can be deleted. For now removing groups is done by the user. |
groupEditable.order |
boolean |
false |
- If true, groups can be dragged to change their order. Only applicable when the Timeline has groups. |
+ 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. |
@@ -1318,6 +1318,15 @@ timeline.off('select', onSelect);
+
+ groupDragged |
+
+ Passes the id of the dragged group.
+ |
+ Fired after the dragging of a group is finished.
+ |
+
+
rangechange |
|