Skip to content
RELEASE: FSI Pages JS Build 17.03.16
- added: debugEnabled(); returns: bEnabled; returns if the debug mode is enabled
- added: debugError(); returns the corresponding viewer error messages in the console
- added: debugLog(); returns the corresponding viewer log messages in the console
- added: debugWarn(); returns the corresponding viewer warning messages in the console
- added: debugWarn(); returns the corresponding viewer warning messages in the console
- added: getConfigBoolean(strParameterName, bDefault); returns bResult, the currently configured value of the requested boolean parameter
- added: getConfigFloat(strParameterName, fDefault); returns fResult, the currently configured value of the requested float parameter
- added: getConfigInt(strParameterName, nDefault); returns nResult, the currently configured value of the requested integer parameter
- added: getConfigString(strParameterName, strDefault); returns strResult, the currently configured value of the requested string parameter
- added: onShowChaptersData(arIndexItems); returns the Chapters data if implemented (arIndexItems can be multi-dimensional if sub-chapters exist)
Page load link