ShowCurrentLog Method
The ShowCurrentLog method shows the current log and the SiteKiosk debug log window.
Syntax
SiteKiosk.Multimedia.ShowCurrentLog(debug)
|
Parameters
debug |
Boolean value indicating whether to show
the SiteKiosk debug log window. |
Return Value
Remarks
The AdminFunctions object is only available in the escape menu.
Examples
The following example shows the current log and the SiteKiosk debug log window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
AdminFunctions.ShowCurrentLog(true);
</SCRIPT>
|
Applies to
SiteKiosk v7.0 (and later versions).
Back to top