SaveLocalConfig Method
The SaveLocalConfig method saves the local configurations of the plugins.
Syntax
SiteKiosk.SaveLocalConfig()
|
Return Value
Remarks
Examples
The following example saves the local configurations of the plugins.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.SaveLocalConfig();
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top