Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Note

See Client Views Data for other i18n options

Example

Code Block
xmlxml
titleDefault with labelled button
linenumberstrue
xml
<view id="com.cohga.html.client.map.spatialIdentify">
        <label>Identify</label>
</view>
xml
Code Block
xml
titleChange the default entity
linenumberstrue
xml
<view id="com.cohga.html.client.map.spatialIdentify" defaultEntity="roads">
        <label>Identify</label>
</view>
xml
Code Block
xml
titleRefine and alter the entities
linenumberstrue
xml
<view id="com.cohga.html.client.map.spatialIdentify">
        <entity id="property" maxScale="12000"/>
        <entity id="road" isDefault="true"/>
        <entity id="suburb" minScale="25000"/>
</view>