void
goToPage(strPage, bAnimate)
Moves to a certain page.
strPage is a string and works like the parameter
void
goToPageNumeric(nPage, bAnimate)
Moves to a certain page.
Works like goToPageNumber, but with nPage being numeric.
nPage
getTargetPage(nPage)
Return the nPage limited to minPage and maxPage.
If FSI Pages shows double pages, the value of the left page
matching nPage will be returned.
strVersion
getVersion();
Returns a string containing the FSI Viewer JS software
version.
strVersion
getBuild();
Returns a string containing the FSI Viewer JS software build
number.
void
showMenuToolTip(strTip, elSrc, x, y)
Shows custom tooltips..
strTip: HTML code of thetooltip or ID in language.xml files
elSrc: the DOM element wich is used to align the tooltip,
usually event.target
x,y: (optional) offset for tooltip position
7 FSI Pages JS
NeptuneLabs - FSI Viewer
174