PullMode Property
The PullMode property indicates if credit is currently being subtracted using the pull mode.
Syntax
[bool=] SiteKiosk.Plugins("SiteCash").PullMode
|
Possible Values
Boolean value that retrieves if the pull mode is active.
|
The property is read only.
Remarks
Examples
The following example shows if the pull mode is active.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Plugins("SiteCash").PullMode);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top