Codes Object
The Codes object contains the SiteCafe codes.
Members Table
The following table lists the members provided by the Codes object.
Remarks
This object is available through the object Server.
Use the Codes object to handle SiteCafe codes.
Examples
The following example displays the name of the first code.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteCafe.Server.Codes.GetCodeByIndex(1).Name);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top