Versions Compared

Key

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

...

Code Block
xml
xml
linenumberstrue
<view id="com.cohga.view.quicksearch">
	<label>Quick Search</label>
	<emptyText>Enter textsearch here<term</emptyText>
	<location>west</location>
	<minscale>1000</minscale>
	<detail>
		<data>ar_road_details</data>
	</detail>
	<detail>
		<entity>property</entity>
		<datadefinition>dd_property_details</datadefinition>
		<template><![CDATA[
			<b>Property</b><br/>
			{PropNo} {StreetName} {StreetType}
		]]></template>
	</detail>
</view>

...