Link Parameters
links
boolean
trueDefault
Specifies whether links are displayed. If set to false
, links and tool tips will not be displayed.
linkRGBANormal
rgba hex
0000FFFFDefault
8-digit hexadecimal number specifying the color and opacity of links on the pages in normal state in the form RRGGBBAA
.
linkRGBAHover
rgba hex
FF00FFFFDefault
8-digit hexadecimal number specifying the color and opacity of links on the pages in hover state in the form RRGGBBAA
.
linkRGBAActive
rgba hex
FF00FFFFDefault
8-digit hexadecimal number specifying the color and opacity of links on the pages in active state in the form RRGGBBAA
.
followLinks
boolean
trueDefault
Setting this parameter to false
prevents FSI Pages from opening links on the pages. Links and tool tips will nevertheless be displayed.
linkTemplates
string
You can provide one or more identifiers that will be replaced in Link URLs.
The identifiers are case-sensitive and must be separated by commas. The values to insert have to be defined by the parameter LinkTemplateData
explained below.
linkTemplateData
string
When defining LinkTemplates
to replace placeholders in Link URLs, you can use this parameter to specify the values that shall be inserted.
The number and sequence of the values must match the number and sequence of the templates you defined using the LinkTemplates
parameter.
Multiple values have to be separated by commas and the individual values have to be provided url-encoded.
forceLinkURL
string
Force FSI Pages to use this URL for all links on all pages. This overwrites any URLs specified in the page data.
forceLinkUrlPrefix, forceLinkUrlSuffix
string
Force FSI Pages to use this prefix/suffix for all links on all pages. This overwrites any prefixes and suffixes specified in the page data.
defaultLinkURL
string
Use this URL for links if no URL has been specified in the page data.
defaultLinkUrlPrefix, defaultLinkUrlSuffix
string
Use this prefix or suffix for all links on the pages if no prefix/suffix has been specified in the page data.
defaultLinkTarget
string
Use this HTML target frame for links if no target frame has been specified in the page XML data.
forceLinkTarget
string
Force FSI Pages to use this HTML target frame for all links on all pages. Example: _blank
This overwrites any target frames specified in the page XML data.
This parameter does not affect javascript:
and mailto:
links.
forceJavascriptTarget
string
Force FSI Pages to use this HTML target frame for all javascript:
links on all pages. This overwrites any target frames specified in the page XML data.
This parameter does not affect mailto:
links.
defaultJavascriptTarget
string
Use this HTML target frame for javascript:
links if no target frame has been specified in the page data.
forceLinkTip
string
Force FSI Pages to use this tool tip for all links on the pages. This overwrites any tool tips specified in the page data.
defaultLinkTip
string
Use this tool tip for all links on the pages if no tool tip has been specified in the page data.