Script Object



 
The Script object controls the SiteCafe script.


Members Table

Remarks
    This object is available through the object SiteCafeClient. Use the Script object to control the members of the SiteCafe script file.
Examples
    The following example displays the name of the SiteCafe script file.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteCafe = SiteKiosk.Plugins("SiteCash").Devices("SiteCafeClient");
    alert(SiteCafe.Script.Filename);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.2 (and later versions).

Back to top