SaveConfig Method
The SaveConfig method saves the current SiteCafe configuration.
Syntax
Return Value
Remarks
Examples
The following example saves the current SiteCafe configuration.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteCafe.SaveConfig();
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top