DisplayNotifyWindow Property
The DisplayNotifyWindow property indicates if the notification area has been enabled in the SiteKiosk configuration.
Syntax
[bool=] SiteKiosk.WindowList.NotificationArea.DisplayNotifyWindow
|
Possible Values
Boolean value that retrieves the visibility status.
|
The property is read only.
Remarks
Examples
The following example determines if the notification area is enabled and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.WindowList.NotificationArea.DisplayNotifyWindow);
</SCRIPT>
|
Applies to
SiteKiosk v5.5 (and later versions).
Back to top