SiteKiosk Documentation
One Step Back

Enabled Property




The Enabled property indicates if the SiteCoach plugin is enabled.


Syntax

    [bool=] SiteKiosk.Plugins("SiteCoach").Enabled
Possible Values
    Boolean value that indicates if SiteCoach is active.

    The property is read only.
Remarks
    None.
Examples
    The following example determines if the SiteCoach plugin is enabled and shows it in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Plugins("SiteCoach").Enabled);
    </SCRIPT>

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

Back to topBack to top

© 1997-2008 PROVISIO - Chicago, USA & Muenster, Germany - SiteKiosk DevTeam