diff --git a/docs/timeline/index.html b/docs/timeline/index.html index f30ddbe29..0b6f46c0e 100644 --- a/docs/timeline/index.html +++ b/docs/timeline/index.html @@ -579,7 +579,7 @@

Configuration Options

editable boolean or Object false - If true, the items in the timeline can be manipulated. Only applicable when option selectable is true. See also the callbacks onAdd, onUpdate, onMove, and onRemove. When editable is an object, one can enable or disable individual manipulation actions. + If true, the items in the timeline can be manipulated. Only applicable when option selectable is true. See also the callbacks onAdd, onUpdate, onMove, and onRemove. When editable is an object, one can enable or disable individual manipulation actions. See section Editing Items for a detailed explanation. @@ -901,10 +901,10 @@

Configuration Options

onAdd function none - Callback function triggered when an item is about to be added: when the user double taps an empty space in the Timeline. See section Editing Items for more information. Only applicable when both options selectable and editable.add are set true. + Callback function triggered when an item is about to be added: when the user double taps an empty space in the Timeline. See section Editing Items for more information. Only applicable when both options selectable and editable.add are set true. - + onAddGroup function @@ -912,31 +912,31 @@

Configuration Options

Callback function triggered when a group is about to be added. The signature and semantics are the same as for onAdd. - + onDropObjectOnItem function none Callback function triggered when an object containing target:'item' in its drag data is dropped in to a timeline item. - + - onUpdate + onInitialDrawComplete function none - Callback function triggered when an item is about to be updated, when the user double taps an item in the Timeline. See section Editing Items for more information. Only applicable when both options selectable and editable.updateTime or editable.updateGroup are set true. + Callback function triggered when the timeline is initially drawn. This function fires once per timeline creation. - + onMove function none - Callback function triggered when an item has been moved: after the user has dragged the item to an other position. See section Editing Items for more information. Only applicable when both options selectable and editable.updateTime or editable.updateGroup are set true. + Callback function triggered when an item has been moved: after the user has dragged the item to an other position. See section Editing Items for more information. Only applicable when both options selectable and editable.updateTime or editable.updateGroup are set true. - + onMoveGroup function @@ -944,23 +944,23 @@

Configuration Options

Callback function triggered when a group has been moved: after the user has dragged the group to an other position. The signature and semantics are the same as for onMove. - + onMoving function none - Callback function triggered repeatedly when an item is being moved. See section Editing Items for more information. Only applicable when both options selectable and editable.updateTime or editable.updateGroup are set true. + Callback function triggered repeatedly when an item is being moved. See section Editing Items for more information. Only applicable when both options selectable and editable.updateTime or editable.updateGroup are set true. - + onRemove function none - Callback function triggered when an item is about to be removed: when the user tapped the delete button on the top right of a selected item. See section Editing Items for more information. Only applicable when both options selectable and editable.remove are set true. + Callback function triggered when an item is about to be removed: when the user tapped the delete button on the top right of a selected item. See section Editing Items for more information. Only applicable when both options selectable and editable.remove are set true. - + onRemoveGroup function @@ -968,7 +968,15 @@

Configuration Options

Callback function triggered when a group is about to be removed. The signature and semantics are the same as for onRemove. - + + + onUpdate + function + none + Callback function triggered when an item is about to be updated, when the user double taps an item in the Timeline. See section Editing Items for more information. Only applicable when both options selectable and editable.updateTime or editable.updateGroup are set true. + + + order function @@ -1054,7 +1062,7 @@

Configuration Options

By default, the timeline shows both minor and major date labels on the time axis. For example the minor labels show minutes and the major labels show hours. - When showMajorLabels is false, no major labels + When showMajorLabels is false, no major labels are shown. @@ -1065,7 +1073,7 @@

Configuration Options

By default, the timeline shows both minor and major date labels on the time axis. For example the minor labels show minutes and the major labels show hours. - When showMinorLabels is false, no minor labels + When showMinorLabels is false, no minor labels are shown. When both showMajorLabels and showMinorLabels are false, no horizontal axis will be visible. @@ -1225,7 +1233,7 @@

Configuration Options

true Specifies whether the Timeline can be zoomed by pinching or scrolling in the window. - Only applicable when option moveable is set true. + Only applicable when option moveable is set true. @@ -1235,7 +1243,7 @@

Configuration Options

'' Specifies whether the Timeline is only zoomed when an additional key is down. Available values are '' (does not apply), 'altKey', 'ctrlKey', or 'metaKey'. - Only applicable when option moveable is set true. + Only applicable when option moveable is set true. @@ -1776,7 +1784,7 @@

Events

Editing Items

- When the Timeline is configured to be editable (both options selectable and editable are true), the user can: + When the Timeline is configured to be editable (both options selectable and editable are true), the user can: