LogoffButton Property
The LogoffButton property indicates if the logoff button is shown.
Syntax
[bool=] SiteKiosk.Plugins("SiteCash").SessionSettings.LogoffButton
|
Possible Values
Boolean value that retrieves if the logoff button is shown or not.
|
The property is read only.
Remarks
Session settings are only provided by some payment devices like smartcards.
Examples
The following example shows the visibility status of the logoff button.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Plugins("SiteCash").SessionSettings.LogoffButton);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top