2 FSI Viewer JS
25
NeptuneLabs - FSI Viewer
progressBarVAlign
Description
defines the vertical position of the progress bar
Syntax
string
Default
"bottom"
Context
FSI Viewer JS
Defines the horizontal position of the progress bar, possible values: top, middle(or
center), bottom.
urlLoadingAnimation
Description
defines the loading animation shown
Syntax
string
Default
"/skins/resources/loading.svg"
Context
FSI Viewer JS
Defines the loading animation shown. Custom animations can be placed here:
/skins/resources/. Setting the parameter to "false" discards the display.
skin
Description
defines the skin to display
Syntax
string
Default
"black"
Context
FSI Viewer JS
Defines the skin which will be displayed. FSI Viewer JS comes with three default
skins, "black", "white" and "silver".
Skins are defined via CSS and can be found here: WEBAPPS/fsi/viewer/skins.
It is also possible to alter existing skins or to define custom skins in this location.
In order to use a custom skin, the easiest way would be to duplicate one of the
default skin CSS files and adapt them to your liking. make sure to use a custom class
in front af ALL classes defined in the custom CSS,, otherwise you will break other
skins on the same HTML document.