From 6804cb5595ce1f79b5919b2e46da99bfc608b7c1 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 31 Jul 2015 12:02:17 +0200 Subject: [PATCH] changed docs for groupDragging --- docs/timeline/index.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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