From ccd34ed949f97760528db2132286c47a8aeb86db Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:57:32 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../examples/network/other/navigation.html | 135 ++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 js/dos/ext/vis/examples/network/other/navigation.html diff --git a/js/dos/ext/vis/examples/network/other/navigation.html b/js/dos/ext/vis/examples/network/other/navigation.html new file mode 100644 index 0000000..3d7eda2 --- /dev/null +++ b/js/dos/ext/vis/examples/network/other/navigation.html @@ -0,0 +1,135 @@ + + + + Network | Navigation + + + + + + + + + + + + +

Navigation controls and keyboad navigation

+
+ This example is the same as example 2, except for the navigation controls that have been activated. The navigation controls are described below.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Icons:
Keyboard shortcuts:
Up arrow
Down arrow
Left arrow
Right arrow
=
[
Page up
-
]
Page down
None
Description:Move upMove downMove leftMove rightZoom inZoom outZoom extent
+
+ Apart from clicking the icons, you can also navigate using the keyboard. The buttons are in table above. + Zoom Extends changes the zoom and position of the camera to encompass all visible nodes. To correctly display the navigation icons, the vis.css file must be included. + The user is free to alter or overload the CSS classes but without them the navigation icons are not visible. +
+ +
+ +

+ +