diff --git a/docs/timeline/index.html b/docs/timeline/index.html index c97d81ef..23fdc98b 100644 --- a/docs/timeline/index.html +++ b/docs/timeline/index.html @@ -447,7 +447,7 @@ var options = { The following options are available.

- +
@@ -485,39 +485,34 @@ var options = { If value is 'all' then each field defined on the timeline item will become a data- attribute. - - - + + - - - + + - - - + + - - - + + - - - + + @@ -611,36 +606,32 @@ var options = { - - + + - - - + + - - - + + - - - + + - - - + + @@ -742,27 +733,26 @@ var options = { - - + + - - - + + - - - + + + @@ -834,8 +824,14 @@ var options = { - - + + + + + + + + - - - + +
Name Type
editable
editable boolean | 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. See section Editing Items for a detailed explanation.
editable.add
editable.remove
editable.updateGroup
editable.updateTime
margin
margin number | Object Object When a number, applies the margin to margin.axis, margin.item.horizontal, and margin.item.vertical.
margin.axis
margin.item
margin.item.horizontal
margin.item.vertical
orientation
orientation String | Object 'bottom' Orientation of the timelines axis and items. When orientation is a string, the value is applied to both items and axis. Can be 'top', 'bottom' (default), or 'both'.
orientation.axis
orientation.item
selectable booleanA template function used to generate the contents of the items. The function is called by the Timeline with an items data as argument, and must return HTML code as result. When the option template is specified, the items do not need to have a field content. See section Templates for a detailed explanation.
timeAxis.scale
timeAxisObjectObjectSpecify a fixed scale and step size for the time axis.
timeAxis.step