SiteKiosk Documentation
One Step Back

OnEscrowed Event




Fires when an escrow device keeps money.


Syntax

    SiteKiosk.Plugins("SiteCash").OnEscrowed = handler
    
Parameters
    objDevInfoAdapter object that represents the device.
    amountCurrency value that contains the amount.
Remarks
    The object that caused the event can be referenced in the event function using "this".

    Use the CurrencyFormatter object for currency functionality.
Examples
    The following example shows the amount when an escrow device keeps money.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteKiosk.Plugins("SiteCash").OnEscrowed = OnEscrowed;
    function OnEscrowed(obj, amount)
    {
       alert(amount);
    }
    </SCRIPT>
    

Applies to
    SiteKiosk v6.0 (and later versions).

Back to topVolver arriba

© 1997-2011 PROVISIO - Aventura, EEUU - Muenster, Alemania
Sitekiosk.es - Grupo24®, Madrid, España -