Versions Compared

Key

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

...

Note

See Client Views Data for other i18n options

Example

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