SiteKiosk Documentation
One Step Back

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 topBack to top

© 1997-2010 PROVISIO - Aventura, USA & Muenster, Germany - SiteKiosk DevTeam