Versions Compared

Key

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

...

Code Block
languagexml
titleDocument Browser Example
collapsetrue
	<browser>
			<layout>
				<preview>true</preview>
				<headers>
					<header name="Name" productAttribute="name"/>
					<header name="Author" productAttribute="author"/>
					<header name="Creation Time" productProperty="timeZero"/>
				</headers>
			</layout>
			<archiveProducts>
			    <archiveProductId>archive_product</archiveProductId>
				<archiveProductSetId>document_browser</archiveProductSetId>
			</archiveProducts>
		</browser>
		<relativeViewPeriod unit="day" start="-365" end="0"/>
		<viewPermission>operator</viewPermission>
		<editPermission>operator</editPermission>
	</documentDisplay>


Compose Display

NOTE: Not implemented yet

A compose display can be used to produce on the fly a new archiveProduct based on a template. The template itself is also an archiveProduct. In this way you can make reports generated by FEWS editable by users.

...