NeptuneLabs FSI Viewer JS User Manual page 421

Table of Contents

Advertisement

12 Plug-in Reference
Detailed Event Parameter Description
INFO
The "Info" event parameter provides attributes of the source image currently
being displayed.
Example:
width=8000;height=6000;TilesX=4;TilesY=3;SceneSets=;ImageIndex
=4
The attribute "ImageIndex" applies to FSI Showcase or FSI Pages only and
provides the 0-based index of the image currently selected.
ImageURL
To receive this notification you have to set the "ImageURLs" parameter
of the plug-in to "true".
(Please refer to "Plug-in Parameters" below for details)
The "ImageURL" event parameter provides an URL template that can be used to
retrieve the image currently displayed in FSI Viewer.
Example:
http://imageserver.domain/fsi/server?source=images/zoomimage.f
px &width=[width]&height=[height]&left=0&top=0&right=1&bottom=1
&template=[template]
The URL template can for example be used to set the "src" attribute of an <IMG>
tag.
Prior to using the template you have to replace the place holders (bold, in
brackets) with valid values.
The [template] place holder applies to FSI Servers only.
ToolTip
The "ToolTip" event parameter provides the tool tip text that is about to be
displayed. The values depend on the tool tip language selected. You have to use
the JavaScript function decodeURIComponent () before displaying this
parameter.
421
NeptuneLabs - FSI Viewer

Advertisement

Table of Contents
loading

Table of Contents