Favorites Object
The Favorites object provides the current favorites settings.
Members Table
The following table lists the members provided by the Favorites object.
Remarks
This object is available through the main object SiteKiosk.
Use the Favorites object to receive the favorites settings.
Note that the path of a file using SiteKiosk objects must be allowed in the
SiteKiosk configuration (Security -> Access -> URL's With Script Permission)
if it is not a browser skin file.
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 v5.5 (and later versions).
Back to top