From 5bcae24f3c7170b3f43e08fb56ae34dd063ee470 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:53:56 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../timeline/interaction/setSelection.html | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 js/dos/ext/vis/examples/timeline/interaction/setSelection.html diff --git a/js/dos/ext/vis/examples/timeline/interaction/setSelection.html b/js/dos/ext/vis/examples/timeline/interaction/setSelection.html new file mode 100644 index 0000000..b68fb02 --- /dev/null +++ b/js/dos/ext/vis/examples/timeline/interaction/setSelection.html @@ -0,0 +1,66 @@ + + + + Timeline | Select items + + + + + + + + +

Set selection

+

+ Enter one or multiple ids of items, then press select to select the items. This demo uses the function Timeline.setSelection(ids). Optionally, the window can be moved to the selected items. +

+ +

+ Select item(s):
+ +

+
+ + + + \ No newline at end of file