Client Views Identify
Provides a means of displaying attribute information relating to the currently selected entities.
There is a corresponding action that must be used to drive the contents of this view.
It is not recommended to use this view in the same panel (location) as the Client Views Data as the results could be misleading to users if they are not aware that a selection returns attributes in a Grid View, while the Identify tools return attributes in an Identify View.
ID
com.cohga.html.client.main.identifyView
Sub-tags
Name | type | cardinality | description |
label | String | 0..1 | Label to display in tab |
location | String | 1..1 | Which region to add the view to |
Example
<view id='com.cohga.html.client.main.identifyView'>
<label>Identify</label>
<location>south</location>
</view>
See Common grid panel configuration options for other grid related options