ShowRuntimeMenu Method
The ShowRuntimeMenu method displays the runtime administration menu.
Syntax
SiteKiosk.Plugins("SiteCash").ShowRuntimeMenu()
|
Return Value
Remarks
The administration menu will be displayed without asking for the password.
Examples
The following example displays the runtime administration menu.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.Plugins("SiteCash").ShowRuntimeMenu();
</SCRIPT>
|
Applies to
SiteKiosk v6.5 (and later versions).
Back to top