Hide Method



 
The Hide method hides the current SiteKiosk window.


Syntax

    SiteKioskWindow.Hide();
Return Value
    None.
Remarks
    The SiteKiosk main window cannot be hidden.
Examples
    The following example hides the current SiteKiosk window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteKioskWindow.Hide();
    </SCRIPT>

Applies to
    SiteKiosk v5.0 (and later versions).

Back to top