Click or drag to resize
ChatScriptHelper Class
Provides helper methods for registration of chat scripts.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperChatScriptHelper
        CMS.Chat.Web.UIChatScriptHelper

Namespace: CMS.Chat.Web.UI
Assembly: CMS.Chat.Web.UI (in CMS.Chat.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class ChatScriptHelper : AbstractHelper<ChatScriptHelper>

The ChatScriptHelper type exposes the following members.

Constructors
  NameDescription
Public methodChatScriptHelper
Top
Methods
  NameDescription
Public methodStatic memberRegisterChatAJAXProxy
Registers AJAX proxy which can be used to call ChatService.svc from javascript.
Protected methodRegisterChatAJAXProxyInternal
Registers AJAX proxy which can be used to call ChatService.svc from javascript.
Public methodStatic memberRegisterChatManager
Registers ChatManager.js and support scripts.
Protected methodRegisterChatManagerInternal
Registers ChatManager.js and support scripts.
Public methodStatic memberRegisterChatNotificationManager
Registers Chat sound manager used for playing sound notifications.
Protected methodRegisterChatNotificationManagerInternal
Registers Chat sound manager used for playing sound notifications.
Public methodStatic memberRegisterChatSupportAJAXProxy
Registers AJAX proxy which can be used to call ChatSupportService.svc from javascript.
Protected methodRegisterChatSupportAJAXProxyInternal
Registers AJAX proxy which can be used to call ChatSupportService.svc from javascript.
Public methodStatic memberRegisterChatSupportManager
Registers ChatSupportManager and support scripts.
Protected methodRegisterChatSupportManagerInternal
Registers ChatSupportManager and support scripts.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also