...
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.
ID
com.cohga.view.quicksearch
Sub-tags -
Name | Type | Default | Description |
---|---|---|---|
emptyText | string | Quick search | The text to show in the field when nothing has been entered. |
Example
Basic quick search view
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<view id="com.cohga.view.quicksearch"> <label>Quick Search</label> <emptyText>Test</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> |
The following flag(s) can be added to the view -
...
|
...