IsEnabled Property



 
The IsEnabled property indicates whether receipts are enabled.


Syntax

    [bool=] SiteKiosk.Plugins("SiteCash").ReceiptSettings.IsEnabled
Possible Values
    Boolean value that retrieves whether receipts are enabled.

    The property is read only.
Remarks
    None.
Examples
    The following example shows whether receipts are enabled.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Plugins("SiteCash").ReceiptSettings.IsEnabled);
    </SCRIPT>

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

Back to top