|
Attributes |
Description |
|
handler |
The name of a URL that is executed when the user clicks the link.
The URL can start with the special variable $IMF to specify that the
document is relative to the IMF installation directory. Absolute URLs may
also be used. URLs that don't start with http: or $IMF are resolved
relative to the location of the XML file. Required.
|
|
handler-suffix |
Used by the urlAppend reporting type. When the urlAppend reporting type is used, the
URL called is created by concatenating the text of the handler value, the value
of the first field specified in the key-fields attribute, and the value
contained in this attribute.
|
|
key-fields |
A list of fields used in the routine specified in the type attribute.
The field names in the text string should be separated by commas with no
extra spacing. Must match the FULL name of the fields in the feature layer.
In the case of SDE layers, the full name is the OWNER.TABLE.COLUMN format.
Required.
|
|
text |
The text that appears in the report. Required.
|
|
type |
The process by which the link is built from the attributes. Valid values are
"urlFieldValues" or "urlAppend". Optional, defaults to "urlFieldValues".
|
|
window |
Sets whether the document opened by the link is shown in a separate browser window. The default is "false" which means that the results are shown in the data frame. Valid values are "true" or "false".
|
| |
|