SaveOnClose Property



 
The SaveOnClose property indicates whether the favorites should be saved when SiteKiosk is closed.


Syntax

    [bool=] SiteKiosk.Favorites.SaveOnClose
Possible Values
    Boolean value that retrieves the state.

    The property is read only.
Remarks
    None.
Examples
    The following example determines whether the favorites should be saved when SiteKiosk is closed and shows it in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Favorites.SaveOnClose);
    </SCRIPT>

Applies to
    SiteKiosk v6.0 (and later versions).

Back to top