7 FSI Pages JS
141
NeptuneLabs - FSI Viewer
Example:
<head>
[…]
//adding the fsipages.js script
<script src="viewer/applications/pages/js/fsipages.js"
type="text/javascript"></script>
</head>
<body>
[…]
//Adding parameters directly to the tag:
<fsi- pages
width="500"
height="600"
dir="/images/catalog/"
debug="true" skin="silver" PageLayout="flip" Links="false">
</fsi-pages>
7.3.1 General Parameters
debug
Description
display debug and status information in the JavaScript console
Syntax
Boolean
Default
false
Context
FSI Pages JS
Display debug and status information in the browser's JavaScript console.
skin
Description
defines the skin to display
Syntax
string
Default
"black"
Context
FSI Pages JS
Defines the skin which will be displayed. FSI Pages JS comes with three default skins,
"black", "white" and "silver".
Skins are defined via CSS and can be found here: WEBAPPS/fsi/viewer/skins.
It is also possible to alter existing skins or to define custom skins in this location.