From 81e0fc927bdef8c61ae184e47fbe2af5e4aae689 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:55:05 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../timeline/editing/updateDataOnEvent.html | 90 +++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 js/dos/ext/vis/examples/timeline/editing/updateDataOnEvent.html diff --git a/js/dos/ext/vis/examples/timeline/editing/updateDataOnEvent.html b/js/dos/ext/vis/examples/timeline/editing/updateDataOnEvent.html new file mode 100644 index 0000000..aedb885 --- /dev/null +++ b/js/dos/ext/vis/examples/timeline/editing/updateDataOnEvent.html @@ -0,0 +1,90 @@ + + + Timeline | Update data on event + + + + + + + + + +

+ When the custom time bar is shown, the user can drag this bar to a specific + time. The Timeline sends an event that the custom time is changed, after + which the contents of the timeline can be changed according to the specified + time in past or future. +

+ +
 
+

+ +
+ + + + + +