2 FSI Viewer JS
75
NeptuneLabs - FSI Viewer
void
setMouseMode(nMode);
Sets the active mouse mode.
nInstanceID
getInstanceID();
Returns the number of the viewer object.
void
destroy();
Destroys the given FSI Viewer JS object. You should destroy
the instance before you remove the object spins <div> tag
from the DOM tree.
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.
nHeight
getMenuHeight(strPurpose);
Returns a string containing the height of the menu bar.
bSuccess
addListener(strListenerName, fn, iScope);
Calls a specific listener..
bSuccess
removeListener(strListenerName, fn);
Removes a specific listener..