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 4 Next »

Provides a means of displaying attribute information related to entities that the user selects by clicking directly on the map (rather than via the current selection).

By default the Identify action requires the use of an Identify view to display the results of the identify operation, but it's possible, by setting a useDialog property, to tell the Identify action to display the results in a popup dialog box.

ID

com.cohga.html.client.actions.identifyAction

Sub-tags

Name

type

cardinality

description

label

String

0..1

Label to display in button

useDialog

Boolean

0..1

true if the results should be displayed in a popup dialog box, false if in a Identify view, default is true

windowTitle

String

0..1

The title of the popup window, default is 'Identify'

windowWidth

Integer

0..1

The width of the popup window, default is 610

windowHeight

Integer

0..1

The height of the popup window, default is 400

Examples

Basic identify tool with different window title
<view id='com.cohga.html.client.actions.identifyAction'>
  <label>Information</label>
  <windowTitle>Information</windowTitle>
</view>
  • No labels