Versions Compared

Key

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

...

Modifiers

 

 

Permissions

 

 

Buttons

At the top of the forecast panel a group of buttons is shown. 

The first FEWS applications which used the forecast panel had a button panel which had 6 buttons.

An example is given below.

Image Added

The reduce the number of buttons which were shown in this panel a new design for this button panel was made.

This design offered the same functionality but had less buttons.

An example is given below.

Image Added

By default the button panel which is showed above is available.

To switch to the button panel with more buttons the element enableOriginalButtons can be used.

An config example is shown below.

Code Block
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2014 rel. 2 sp1 (http://www.altova.com) by Afdeling ICT (Stichting Deltares) -->
<topology xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/topology.xsd">
	<enableOriginalButtons>true</enableOriginalButtons>
	<enableAutoRun>false</enableAutoRun>
	<nodes id="NWM" name="Nationaal Water Model">
		<nodes id="Zoetwater" name="Zoetwater">
			<groupId>GroupZoetwater</groupId>
		</nodes>
		<nodes id="Zoetwater_files" name="Prepare Zoetwater files">
			<groupId>GroupZoetwater_Files</groupId>
		</nodes>
	</nodes>
</topology>

 

The element saveLocalRunEnabled can be used to allow the user to promote a local IFD run to a permanent server run.

If this element is set to true for the selected node and an IFD run is available for the selected node the save-button in the button bar will be enabled.

The element showRunApprovedForecastButton can be used to enable the user to start server runs from nodes for which the option localRun is set to true.

This means that users can start IFD-runs from that node but also server runs.

The element showMacroButton can be used to enable a button in the Run options dialog which allows the user to start a run with pre-defined task properties. 

 

Configuration options which apply to all nodes

...