ccTalk Object
The ccTalk object controls the ccTalk device.
Members Table
The following table lists the members provided by the ccTalk object.
Remarks
This object is available through the collection Devices.
This device can be activated in the SiteKiosk configuration.
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 determines if a ccTalk device is paused and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
cctalk = SiteKiosk.Plugins("SiteCash").Devices("ccTalk");
alert(cctalk.PauseDevice);
</SCRIPT>
|
Applies to
SiteKiosk v6.6 (and later versions).
Back to top