...
com.cohga.html.client.actions.identifyAction
Sub-tags
Name | type | cardinality | default | description |
---|---|---|---|---|
label | String | 0..1 | none | Label to display in button |
useDialog | Boolean | 0..1 | true |
|
true
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 |
crs | CRS | 0..1 | client map crs | Which coordinate reference system to use to perform the calculations |
Note |
---|
See Client Views Data for other i18n options and Common Grid Panel Configuration Options for other grid related options. |
Examples
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<view id='com.cohga.html.client.actions.identifyAction'>
<label>Information</label>
<windowTitle>Information</windowTitle>
</view>
|
...