Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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

default

description

label

String

0..1

none

Label to display in button

useDialog

Boolean

0..1

true

true if the results should be displayed in a popup dialog box, false if in a Identify view

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

emptyMsg

string

0..1

"No data to display"

Text to display for no results

displayMsg

string

0..1

"Displaying {0} - {1} of {2}"

Paging toolbar text showing which rows are being displayed and how many rows are available in total. If set then this text will be displayed at the end of the grid status bar. Requires at least version 2.16.x of com.cohga.client.weave.main

beforePageText

string

0..1

"Page"

Label before page number

afterPageText

string

0..1

"of {0}"

Text after page number

firstText

string

0..1

"First Page"

Tooltip for first page button

prevText

string

0..1

"Previous Page"

Tooltip for previous page button

nextText

string

0..1

"Next Page"

Tooptip for next page button

lastText

string

0..1

"Last Page"

Tooltip for last page button

refreshText

string

0..1

"Refresh"

Tooltip for refresh button

itemsText

string

0..1

"Items per page"

Text for items per page

Notes

emptyMsg, displayMsg, beforePageText, afterPageText, firstText, prevText, nextText, lastText, refreshText and itemsText can all be set globally using i18n resources, see Client Views Data

Examples

Basic identify tool with different window title
<view id='com.cohga.html.client.actions.identifyAction'>
  <label>Information</label>
  <windowTitle>Information</windowTitle>
</view>
  • No labels