ShowPasswordDialog Method
The ShowPasswordDialog shows the SiteKiosk password dialog.
Syntax
SiteKiosk.ShowPasswordDialog()
|
Return Value
Remarks
If no password has been set in the configuration, SiteKiosk will be terminated immediately.
Examples
The following example shows the SiteKiosk password dialog.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.ShowPasswordDialog();
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top