Versions Compared

Key

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

 

scrollbar

What

ModifierTypes.xml

Required

no

Description

Definition of modifiers in an IFD environment

schema location

http://fews.wldelft.nl/schemas/version1.0/modifierTypes.xsd

...

Code Block
languagexml
<locationAttributeModifier id="example" name="example">
			<modifiableGroup name="exampleGroupA">
				<locationSetId>MODIFIABLE_PROJECTS_QO_Avg_Min</locationSetId>
				<attribute id="wQO_Avg_Req_Day_RT">
					<comment>Original value: @wQO_Avg_Req_Day_RT@</comment>
				</attribute>
				<attribute id="wQO_Avg_Min_Day_RT">
					<comment>Original value: @wQO_Avg_Min_Day_RT@</comment>
				</attribute>
				<panelLayout>
					<tableLayout id="panelIdA">
						<title>layoutA</title>
						<defaultColumnWidth>150</defaultColumnWidth>
						<attributeId width="200">wQO_Avg_Req_Day_RT</attributeId>
						<locationOrientation>row</locationOrientation>
					</tableLayout>
					<tableLayout id="panelIdB">
						<title>layoutB</title>
						<defaultColumnWidth>300</defaultColumnWidth>
						<attributeId width="400">wQO_Avg_Min_Day_RT</attributeId>
						<locationOrientation>row</locationOrientation>
					</tableLayout>
				</panelLayout>
				<summaryFunction>My summary= @wQO_Avg_Req_Day_RT@</summaryFunction>
			</modifiableGroup>
			<template id="panelIdA" name="A">
				<panel>
					<panelId>panelIdA</panelId>
					<position column="1" row="1"/>
				</panel>
				<panel>
					<panelId>panelIdB</panelId>
					<position column="2" row="1"/>
				</panel>
			</template>
</locationAttributeModifier>

The panel layout section defines two tableLayout sections. In the template section both table layouts are positioned on the panel.

In the example the panels are placed in a grid with 1 row and 2 columns.

Below an example of the display.

Image Added

Note that panelLayout should always combined with the template section. 

Time series modifiers

Single value modifiers

...