SiteKioskUI Object



 
The SiteKioskUI object controls the SiteKiosk user interface.


Members Table

Remarks
    This object is available through the main object SiteKiosk. Use the SiteKioskUI object to control SiteKiosk dialogs or to create own HTML dialogs.

    Note that the path of a file using SiteKiosk objects must be allowed in the
    SiteKiosk configuration (Security -> Access -> URL's With Script Permission)
    if it is not a browser skin file.
Examples
    The following example closes all existing SiteKiosk dialogs.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteKiosk.SiteKioskUI.CloseAllDialogs();
    </SCRIPT>
    

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

Back to top