mixed
getPluginParameter(strPluginName,
strParameterName, defaultValue, bMakeBoolean);
Returns the parameter defined for the given plugin.
defaultValue and bMakeBoolean are optional.
example: iViewer.getPluginParameter("pages", "dir");
7.4.2 Callbacks
You can define callback functions by assigning methods to the FSI Pages JS
instance.
The following callback methods exist:
onReady();
Called as soon as FSI Pages JS finished loading data and gets
interactive.
onDestroy();
Called when the fsi-pages element is destroyed.
onChangeConfig(strCfgFileName, oParameters);
Called when the config file is changed.
onMenuEnabled(bEnabled);
Calledi f the menu is enabled/disabled.
onMenuDestroy();
Called if the menu is destroyed.
7 FSI Pages JS
NeptuneLabs - FSI Viewer
176