Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AttributeValueDescription
id

Every DataView element must have a unique id which is not only unique in the current profile but also with all id's in extended profiles

Info

To make sure the id is unique use the following recommended format:

profileName-objectViewType-viewerLabel.

Ex: sybasease-login-databases

(The id should not contain any empty space or special characters other than dash ("-")).

label
The label for the viewer as it will appear in the tab
icon
The icon as defined in the icons.prefs file(s)
viewer

One of: chart, ddl, form, grid, message, navigator, node-form, ProcedureViewer, table-data, table-refs, tables-refs, table-rowcount, text. See the viewers section in this document for more information

drop-label-not-equal
Drop the viewer if its label is not equal to the value of this attribute
class
Used to specify a custom Java class used as the viewer
classargs
Used to pass arguments to a custom viewer
actiondropdrop is useful when extending another database profile to remove the DataView
doclink
Relative HTML link to the related chapter in the users guide
order-before
Specifies the order of this DataView among a collection of viewers having the same parent ObjectView. It can either be an index starting at 0 (first) or a node type. Ex. order-before="sybasease-login-databases" will order this DataView before viewers defined by the id="sybasease-login-databases" attribute
order-after
Specifies the order of this DataView among a collection of viewers having the same parent ObjectView. It can either be an index starting at 0 (first) or a node type. Ex. order-after="sybasease-login-databases" will order this DataView after viewers defined by the id="sybasease-login-databases" attribute

...