...
Name | type | cardinality | description |
label | String | 0..1 | Label to display in button |
useDialog | boolean Boolean | 0..1 | ' |
...
, default is | |||
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
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<view id='com.cohga.html.client.actions.identifyAction'> <label>Identify<<label>Information</label> <useDialog>true</useDialog><windowTitle>Information</windowTitle> </view> |