You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Build](#development) the project (or [download](https://github.com/intersystems-ru/iknow-entity-browser/releases) a demo), then open `index.html` file.
15
+
[Build](#development) the project (or [download](https://github.com/intersystems-ru/iknow-entity-browser/releases)
16
+
the latest demo), then open `index.html` file. Make sure you set up [EntityBrowser.Router](src/cls/EntityBrowser/Router.cls)
17
+
class correctly before using the tool.
15
18
16
19
+ Click and drag on empty space to move around.
17
20
+ Click and drag on a node to move the node.
18
21
+ Single-click a node to select it.
19
22
+ Shift-click nodes to select nodes and their children.
20
-
+ CTRL-click and drag on empty space to select a bunch of nodes.
23
+
+ Ctrl-click and drag on empty space to select a bunch of nodes.
24
+
+ Click the `X more` node to see the less relevant nodes.
21
25
+ Scroll down or up to scale.
22
26
+ Click on menu button to open a table containing information about selected nodes.
23
27
+ Click on export button to save the table as a file.
@@ -26,6 +30,24 @@ Usage
26
30
+ Delete selected nodes by clicking delete button.
27
31
+ Reset the selection with reset selection button.
28
32
33
+
Settings and Embedding
34
+
----------------------
35
+
36
+
You can change different settings to control application behavior. All settings are stored in
37
+
browser's local storage. Also, you can overwrite any option by passing its name and a value as an
38
+
URL parameter (make sure all URL parameters are properly encoded). The list of supported options is
39
+
represented in the table below.
40
+
41
+
| URL Parameter | Default | Description |
42
+
|---|---|---|
43
+
|`host`|`http://hostname`| The host name of the server. |
44
+
|`port`|`57772`| The port of the server. |
45
+
|`webAppName`|`EntityBrowser`| Caché web application name. |
46
+
|`domain`|`1`| iKnow domain name. |
47
+
|`queryType`|`related`| iKnow query type. Can be `related` or `similar`. |
48
+
|`seed`|`crew`| Seed string. |
49
+
|`keepSeedInView`|`false`| A `boolean` value determining whether the `queryType` and `seed` settings will be displayed on the screen all the time. |
0 commit comments