RuntimeMenuSettings Object
The RuntimeMenuSettings object contains the settings of the runtime administration menu.
Members Table
The following table lists the members provided by the RuntimeMenuSettings object.
Remarks
This object is available through the object SiteCash.
Use the RuntimeMenuSettings object to receive the administration menu settings.
Note that the path of a file using SiteKiosk objects must be allowed in the
SiteKiosk configuration (Security -> Access -> URL's With Script Permission)
if it is not a browser skin file.
Examples
The following example determines whether a shutdown button should be displayed ind the administration menu and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Plugins("SiteCash").RuntimeMenuSettings.IsShutdown);
</SCRIPT>
|
Applies to
SiteKiosk v6.5 (and later versions).
Back to top