NeptuneLabs FSI Viewer JS User Manual page 420

Table of Contents

Advertisement

Event (fsi_event)
onPagesInitComplete
onPagesGotoPage
onPagesPageChanged Integer
onPagesProgress
onPagesShowIndex
onPagesShowZoom
onPagesLinkClick
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,
introduced in Step 3.
NeptuneLabs - FSI Viewer
Parameter (params)
Integer
Integer
Integer
Boolean
Boolean
URL
12 Plug-in Reference
Description
Called after the FSI Pages
Add-on is ready for use.
The parameter provides
the total number of
pages.
Called each time before
the user goes to a
different page. The
parameter provides the
target page number.
Called each time after the
current page has
changed. The parameter
provides the index of the
page currently visible.
Called each time the load
progress of FSI Pages
changes. The parameter
provides the number of
pages remaining in the
load queue.
Called each time the user
shows (true) or hides
(false) the page index.
Called each time the user
starts (true) or ends
(false) page zoom.
Called each time the user
clicks a link.
The parameter contains
the URL.
params) callback function
420

Advertisement

Table of Contents
loading

Table of Contents