Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

The Quick Search panel provides the supporting components, both client and server, for adding a new panel to the client that allows the user to quickly find an entity and see details about that entity.

This tool is a combination of the index combo and the data grid. It is useful for a Weave instance that has a cut down client with few tools. 

<view id="com.cohga.view.quicksearch">
	<label>Quick Search</label>
	<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>

The following flag(s) can be added to view - 

NameTypeDefaultDescriptionExample
emptyTextstringQuick searchThe text to show in the field when nothing has been entered.
<view id="com.cohga.view.quicksearch" emptyText="Test">

OR

<emptyText>Test</emptyText>
  • No labels