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 |
Example
<view id='com.cohga.html.client.actions.identifyAction'> <label>Identify</label> <useDialog>true</useDialog> </view>