7 FSI Pages JS
175
NeptuneLabs - FSI Viewer
void
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
oPageLayoutData
getPageLayoutData()
oPageLayout has the following properties:
boolean bDoublePages
int nImages
int nMaxPage
int nMinPage
oParameters
getParameters();
Returns an object containing all parameters set via
javascript or custom tag attributes.
mixed
getConfigValue(strName);
Returns the value of the configuration parameter
"strName".
mixed
togglePageIndex();
Toggles the page index.
bResult
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.