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
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
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".
bResult
makeBoolean(value, bDefaultValue);
Transforms a value into a boolean value, e.g.
"1" to true, "false" to false
bDefaultValue is optional and false if not defined.
mixed
getPluginParameter(strPluginName,
strParameterName, defaultValue, bMakeBoolean);
Returns the parameter defined for the given plugin.
defaultValue and bMakeBoolean are optional.
example: iViewer.getPluginParameter("pages", "dir");
2 FSI Viewer JS
NeptuneLabs - FSI Viewer
80