From 106983fad454ec00434093bad388b8cb2afd62c0 Mon Sep 17 00:00:00 2001
From: jos
item
: the item being manipulatedcallback
: a callback function which must be invoked to report back. The callback must be invoked as callback(item | null)
. Here, item
can contain changes to the passed item. When invoked as callback(null)
, the action will be cancelled.callback
: a callback function which must be invoked to report back. The callback must be invoked as callback(item | null)
. Here, item
can contain changes to the passed item. Parameter `item` typically contains fields `content`, `start`, and optionally `end`. The type of `start` and `end` is determined by the DataSet type configuration and is `Date` by default. When invoked as callback(null)
, the action will be cancelled.diff --git a/examples/timeline/02_interactive.html b/examples/timeline/02_interactive.html index 32d8f97d..0c4f6d36 100644 --- a/examples/timeline/02_interactive.html +++ b/examples/timeline/02_interactive.html @@ -22,10 +22,7 @@