Skip to main content

Link Parameters

boolean

Enables/disables links
since 17.10

true
Default

Specifies whether links are displayed. If set to false, links and tool tips will not be displayed.

linkRGBANormal

rgba hex

Specifies color & opacity of links in normal state
since 17.10

0000FFFF
Default

8-digit hexadecimal number specifying the color and opacity of links on the pages in normal state in the form RRGGBBAA.

linkRGBAHover

rgba hex

Specifies color & opacity of links in hover state
since 17.10

FF00FFFF
Default

8-digit hexadecimal number specifying the color and opacity of links on the pages in hover state in the form RRGGBBAA.

linkRGBAActive

rgba hex

Specifies color & opacity of links in active state
since 17.10

FF00FFFF
Default

8-digit hexadecimal number specifying the color and opacity of links on the pages in active state in the form RRGGBBAA.

boolean

Specifies if links are opened
since 17.10

true
Default

Setting this parameter to false prevents FSI Pages from opening links on the pages. Links and tool tips will nevertheless be displayed.

linkTemplates

string

Template identifiers for link URLs
since 17.10

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

Values to replace template identifiers in link URLs
since 17.10

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 URL for all links on pages
since 17.10

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 a link prefix/suffix for all links on pages
since 17.10

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

Default URL for links on pages
since 17.10

Use this URL for links if no URL has been specified in the page data.

defaultLinkUrlPrefix, defaultLinkUrlSuffix

string

Default prefix/suffix for link URLs on pages
since 17.10

Use this prefix or suffix for all links on the pages if no prefix/suffix has been specified in the page data.

defaultLinkTarget

string

Default target frame for all hyperlinks on all pages
since 17.10

Use this HTML target frame for links if no target frame has been specified in the page XML data.

forceLinkTarget

string

Force a target frame for all hyperlinks on all pages
since 17.10

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.

tip

This parameter does not affect javascript: and mailto: links.

forceJavascriptTarget

string

Force a target frame for all javascript: links on pages
since 17.10

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.

tip

This parameter does not affect mailto: links.

defaultJavascriptTarget

string

Default target frame for all javascript: hyperlinks on all pages
since 17.10

Use this HTML target frame for javascript: links if no target frame has been specified in the page data.

forceLinkTip

string

Force a tool tip for all links on pages
since 17.10

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

Default tool tip for links on pages
since 17.10

Use this tool tip for all links on the pages if no tool tip has been specified in the page data.