Enabled Property



 
The Enabled property indicates whether chatting is enabled.


Syntax

    SiteCafe.Server.Chat.Enabled [=bool]
    
Possible Values
    Boolean value that specifies or retrieves the
    enabled status.

    The property is read/write.
Remarks
    None.
Examples
    The following example determines whether chatting is enabled and displays it.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteCafe.Server.Chat.Enabled);
    </SCRIPT>
    

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

Back to top