9 FSI Pages Add-on
263
NeptuneLabs - FSI Viewer
Attribute
Description
File
URL or file name to use for the
→ Saving Pages functionality of FSI Pages"
<page> node
<page file="page16.pdf" />
<links> nodes
These nodes encapsulate one or more <area> nodes. Each <area> node
represents a link. You can use the following attributes to specify default values for all
child <area> nodes. Using multiple <links> nodes you can use different default
values for the <area> nodes contained.
Attribute
Description
URLPrefix*
Prefix to add to all URLs specified in the child <area> nodes
URLSuffix*
Suffix to add to all URLs specified in the child <area> nodes
DefaultURL
Default URL to use for <area> nodes without a "URL"
attribute
DefaultTarget
Default target frame for <area> nodes without a "target"
attribute
DefaultTip
Default tool tip for <area> nodes without a "tip" attribute
* The prefix and suffix will be used for relative links only.
Special links beginning with "javascript:", "mailto:" or "#page=" will be skipped as
well.
<links> node
<Page>
<Links URLPrefix="http://foo.com/" DefaultTip="No Tip">
<area>...</area>
</Links>
</Page>
<area> nodes
This node represents a link on a page.