Versions Compared

Key

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

...

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

Code Block
xml
xml
linenumberstruexml
<view id='com.cohga.html.client.main.identifyView'>
        <label>Identify</label>
        <location>south</location>
</view>

...