7 FSI Pages JS
171
NeptuneLabs - FSI Viewer
bInitDone
getInitDone();
Returns if the initialization process is done.
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.
bSuccess
addListener(strListenerName, fn, iScope);
Calls a specific listener..
bSuccess
removeListener(strListenerName, fn);
Removes a specific listener..
void
showAboutWindow();
Shows the "About" window.
void
nextPage();
Goes to next page.
void
previousPage();
Goes to previous page.
void
firstPage();
Goes to first page.