Client Actions Adhoc Query

Provides a means to search on fields in a custom manner. It provides more flexibility than the Search Panel but also requires detailed knowledge of the data and search methods so it may not be suited to all Weave users. 


For a description of Adhoc search/Advanced search Weave tool, please refer Adhoc Query / Advanced Search


ID

com.cohga.html.client.actions.adhocQuery

Sub-tags

Name

type

cardinality

default

description

label

String

0..1

none

Label to display in button






windowTitle

String

0..1

"Identify"

The title of the popup window

windowWidth

Integer

0..1

610

The width of the popup window

windowHeight

Integer

0..1

400

The height of the popup window


Examples

<item action="weave.adhocQuery">
	<windowTitle>Advanced Search</windowTitle>
	<windowWidth>550</windowWidth>
	<windowHeight>590</windowHeight>
	<tooltip>
		<title>Advanced Search</title>
		<text>Advanced search for complex data searches</text>
	</tooltip>
</item>