Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


The forecaster help panel shows user provided documentation which is available for a node.
Currently the following formats are supported: textfiles, images and pdf-files.
Users can place documents in a directory within a predefined directorydirectories.
This directory These directories can be configured in the topology.xml configuration file by adding a forecasterHelperDirectories element that contains a directory element for all directories.

For instance:

<forecasterHelperDirectories>
<directory>d:\Data\ForecasterHelperData\</directory>
<directory>d:\Data\FHD3\</directory>
</forecasterHelperDirectories>

If this is not present the directory in the global.properties defined by defining the INFORMATION_PANEL_FOLDER property will be used. 

Within this directory these directories each node has its own directory. The directory should have the same name as the node id.
Within that directory that the documentation for that node can be placed.
Below an example of the tool window forecaster help. In this example the forecaster has two documents available for information.

If multiple directories are configured this window will show all available files for the node from the different predefind directories together.


When one of the files is selected in this panel the content of the selected file is shown in the document viewer.
The document viewer is a dockable window in the centre of FEWS.

...