Event (fsi_event)
Parameter (params)
Description
onPagesInitComplete
Integer
Called after the FSI Pages
Add-on is ready for use.
The parameter provides
the total number of
pages.
onPagesGotoPage
Integer
Called each time before
the user goes to a
different page. The
parameter provides the
target page number.
onPagesPageChanged
Integer
Called each time after the
current page has
changed. The parameter
provides the index of the
page currently visible.
onPagesProgress
Integer
Called each time the load
progress of FSI Pages
changes. The parameter
provides the number of
pages remaining in the
load queue.
onPagesShowIndex
Boolean
Called each time the user
shows (true) or hides
(false) the page index.
onPagesShowZoom
Boolean
Called each time the user
starts (true) or ends
(false) page zoom.
onPagesLinkClick
URL
Called each time the user
clicks a link.
The parameter contains
the URL.
Please note that some plug- ins provide additional events. Please refer to the
"events" parameter of the corresponding plug-in for details.
The recommended way to react to an event is to extend the switch...case block of
the
fsiviewer_ DoFSCommand (fsi_ event,
params)
callback function
introduced in Step 3.
12 Plug-in Reference
NeptuneLabs - FSI Viewer
420