Enabled Property
The Enabled property indicates whether the favorites are enabled.
Syntax
[bool=] SiteKiosk.Favorites.Enabled
|
Possible Values
Boolean value that retrieves the enabled status.
|
The property is read only.
Remarks
Examples
The following example determines whether favorites are enabled and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Favorites.Enabled);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top