NeptuneLabs FSI Viewer JS User Manual page 175

Table of Contents

Advertisement

7 FSI Pages JS
void
oPageLayoutData
oParameters
mixed
mixed
bResult
175
hideMenuToolTip()
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
getPageLayoutData()
oPageLayout has the following properties:
boolean bDoublePages
int nImages
int nMaxPage
int nMinPage
getParameters();
Returns an object containing all parameters set via
javascript or custom tag attributes.
getConfigValue(strName);
Returns the value of the configuration parameter
"strName".
togglePageIndex();
Toggles the page index.
makeBoolean(mixedCOnvert, bDefaultValue);
Transforms a value into a boolean value, e.g.
"1" to true, "false" to false
bDefaultValue is optional and false if not defined.
NeptuneLabs - FSI Viewer

Advertisement

Table of Contents
loading

Table of Contents