SiteKiosk Documentation
One Step Back

OnComputerNameChanged Event




Fires when the computer name changed.


Syntax

    SiteKiosk.Plugins("SiteCash").Devices("SiteCafeClient").
    OnComputerNameChanged = handler
    
Parameters
    newNameString that contains the new name.
Remarks
    The object that caused the event can be referenced in the event function using "this".
Examples
    The following example displays the new computer name when it changed.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteCafe = SiteKiosk.Plugins("SiteCash").Devices("SiteCafeClient");
    SiteCafe.OnComputerNameChanged = OnComputerNameChanged;
    function OnComputerNameChanged(newName)
    {
       alert(newName);
    }
    </SCRIPT>
    

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

Back to topVolver arriba

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