SiteCafe Object



 
Main object of the SiteCafe Manager object model.


Members Table

Remarks
    This object is available in the form of scripts when you are using the SiteCafe Manager. Use the SiteCafe object to manage user accounts. The SiteCafe object can be referenced directly.

    Before you can use the SiteCafe objects you need to call the function window.external.InitScriptInterface() to initialize the script interface.

    Use the SiteKiosk.Plugins("SiteCash").Devices("SiteCafeClient") object for client functionality.

    Note that this object is only available in the SiteCafe Manager.
Examples
    The following example displays the SiteCafe module path.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteCafe.ModulePath);
    </SCRIPT>
    

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

Back to top