ForceStartSettings Property
The ForceStartSettings property indicates whether the start settings dialog is shown when SiteKiosk is started.
Syntax
SiteKiosk.StartSettings.ForceStartSettings [=bool]
|
Possible Values
Boolean value that specifies or retrieves the ForceStartSettings status.
|
The property is read/write.
Remarks
Examples
The following example determines if the start settings dialog is shown when SiteKiosk is started.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.StartSettings.ForceStartSettings);
</SCRIPT>
|
Applies to
SiteKiosk v5.5 (and later versions).
Back to top