SiteKiosk Documentation
One Step Back

OnOk Event




Fires when the ok button has been clicked.


Syntax

    SiteKioskConfig.OnOk = handler
    
Parameters
    closeableBoolean value that indicates whether the wizard can be closed.
Remarks
    The object that caused the event can be referenced in the event function using "this".
Examples
    The following example shows an alert window when the ok button has been clicked.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteKioskConfig.OnOk = OnOk;
    function OnOk(closeable)
    {
       alert(closeable);
    }
    </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 -