5 FSI ImageFlow
129
NeptuneLabs - FSI Viewer
nInstanceID
getInstanceID();
Returns the number of the viewer object.
strVersion
getVersion();
Returns a string containing the FSI ImageFlow software
version.
strVersion
getBuild();
Returns a string containing theFSI ImageFlow software
build number.
void
assignFSIViewer(iFSIViewerInstance);
Assigns a certain FSI Viewer JS instance to FSI ImageFLow
for building FSI Showcase JS.
void
focusImage(nImage);
Rotate the carousel until the image with the given index is in
the foreground.
void
zoomImage(nImage);
Rotate the carousel until the image with the given index is in
the foreground and zoom the given image afterwards.
void
closeZoom(evt, bImmediate);
Remove the zoomed image if any.
II] Callback functions
The optional JavaScript callback functions enables developers to react on events
fired by FSI ImageFlow. To use a callback you need to implement a corresponding