SetStringTableZoneName Method



 
The SetStringTableZoneName method loads a new zone name from the stringtable.


Syntax

    SiteCashZone.SetStringTableZoneName(id)
    
Parameters
    id Long value that contains the string ID.
Return Value
    None.
Remarks
    None.
Examples
    The following example sets a new zone name.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteKiosk.Plugins("SiteCash").Zones.Item(1).SetStringTableZoneName(1);
    </SCRIPT>
    

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

Back to top