ShowZoneInfo Property
The ShowZoneInfo property indicates if zone information are to be displayed in the Payment Module bar.
Syntax
[bool=] SiteKiosk.Plugins("SiteCash").ShowZoneInfo
|
Possible Values
Boolean value that retrieves if zone information are to be shown.
|
The property is read only.
Remarks
Examples
The following example determines if zone info are to be visible and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Plugins("SiteCash").ShowZoneInfo);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top