Versions Compared

Key

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

...

Code Block
xml
xml
titleMinimum required configuration for the action
linenumberstrue

<item action='com.cohga.client.action.toc' toc='toc.main'/>

...

Code Block
xml
xml
titleAlternate configuration where content is embedded in configuration
linenumberstrue

<item action="com.cohga.client.action.toc">
	<mapengine>mapengine.vector.ags</mapengine>
	<entry label="Water" checked="true">
		<entry layer="Drainage" label="Drainage" checked="false"/>
		<entry label="Pipes" checked="true">
		<entry layer="Water Pipes" checked="false"/>
			<entry layer="Sewer Mains" label="Sewer Mains" checked="false"/>
		</entry>
		<entry label="Streams" checked="false">
			<entry layer="Streams" label="Hydro"/>
			<entry layer="Main Streams" label="Main Hydro"/>
		</entry>
	</entry>
	<entry layer="Property" label="Property" checked="true"/>
<item>

...