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