Versions Compared

Key

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

...

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


In the default setting modifier and threshold buttons are visible. They can be hidden by adding hideModifiersButton and hideThresholdsButton to the Topology config. (see below.)

An config example is shown below.

Code Block
languagexml
<?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>
<!--	<hideModifiersButton>true</hideModifiersButton>-->
<!--	<hideThresholdsButton>true</hideThresholdsButton>-->
	<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>

...