Versions Compared

Key

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

Overview

The HTML5 Web Browser Display (available since 2016.01) can display a URL that has been configured for a topology node in the topology.xml.

Configuration

To use the  HTML5 Display, configure it as <explorerTask> in Explorer.xml. For example:

Code Block
xml
xml
		<explorerTask name="Html5Web Browser Display">
			<iconFile>document.png</iconFile>
			<mnemonic>h</mnemonic>
			<taskClass>nl<taskClassnl.wldelft.fews.gui.plugin.html5webbrowser.Html5Display<WebBrowserDisplay</taskClass>
			<toolbarTask>false</toolbarTask>
			<menubarTask>true</menubarTask>
			<accelerator>ctrl h</accelerator>
			<loadAtStartup>false</loadAtStartup>
		</explorerTask>	

 

Displaying Content

To display content in the HTML5 displayWeb Browser Display,topology nodes can be extended with an optional url. In the following example, the FEWS wiki has been configured with the url url http://www.deltares.nl.nl  

Code Block
xml
xml
<node id="node1" name="Node 1">
<workflowId>N1_Forecast</workflowId>
<url>http://www.deltares.nl</url>
</node>	

Example display

The following