Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

type

cardinality

description

label

String

0..1

Label to display in button

useDialog

boolean 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

Code Block
xml
xml
titleBasic identify tool with different window title
linenumberstrue
<view id='com.cohga.html.client.actions.identifyAction'>
        <label>Identify<<label>Information</label>
        <useDialog>true</useDialog><windowTitle>Information</windowTitle>
</view>