12 Plug-in Reference
371
NeptuneLabs - FSI Viewer
12.3 Chapters
Plug-in Extends:
• FSI Pages
• FSI Pages mobile
CHAPTER
--- Select ---
Woman............................................ 4
Man.................................................. 25
Sports Wear................................... 35
Shoes............................................... 47
Kids.................................................. 52
Home.............................................. 63
Plug-in Location:
/plugins/chapters.swf
Function
:
Adds a select box to access parts of a catalog
directly.
Syntax:
<Plugin src="chapters"/>
This plug- in adds a select box to the user interface of FSI Pages. The user can
directly access sections of a catalog by selecting the corresponding item in the
select box. You can assign colors and different levels to each chapter using simple
XML based data describing the document structures.
Example: XML data for the Chapters plug-in
<Indexdata>
<Index label="First Page" page="1" color="FFFF00" />
<Index label="Chapter 1" page="10" color="00FF00">
<Index label="Chapter 1.1"
page="20" color="00FF00"/>
<Index label="Chapter 1.2"
page="30" color="00FF00"/>
<Index label="Chapter 1.3"
page="40" color="00FF00"/>
</Index>
<Index label="Chapter 2" page="50" color="0000FF"/>
<Index label="Chapter 3" page="60" color="CCCCCC"/>
<Index label="Chapter 4" page="70" color="FF0000"/>
</Indexdata>
Plug-in Parameters