Adding Parameters to FSI Pages JS
<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">
</fsi-pages>
//Example with using a FSI Pages configuration file:
<fsi-pages width="500" height="600" dir="/images/catalog/"
cfg="sample/catalog.xml">
</fsi-pages>
7.2.1 Defining Image Collections
The images to be displayed in FSI Pages JS have to be defined in an <images> node
added to your XML configuration file.
There are three different ways of defining image lists:
1. Retrieving automatically generated image lists from FSI Server : The most
convenient way to create image collections is using the template system of
FSI Server. You can either do so by using the "Publish to Web" option in FSI
Server web interface or by specifying the server address and a directory or
search query manually.
7 FSI Pages JS
NeptuneLabs - FSI Viewer
136