Click or drag to resize
ChatUIHelper Class
Provides helper methods for chat UI.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperChatUIHelper
        CMS.Chat.Web.UIChatUIHelper

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

The ChatUIHelper type exposes the following members.

Constructors
  NameDescription
Public methodChatUIHelper
Top
Methods
  NameDescription
Public methodStatic memberGetCMSDeskChatUserField(Control, ChatUserInfo)
Gets string representation which can be used to display chat user in CMS Desk. If user is not anonymous, returned string is a HTML code which contains anchor to open user's details in new window. If user is anonymous, returned string will be simply his nickname. Nickname will be always HTML encoded.
Public methodStatic memberGetCMSDeskChatUserField(Control, Int32, String, Boolean)
Gets string representation which can be used to display chat user in CMS Desk. If user is not anonymous, returned string is a HTML code which contains anchor to open user's details in new window. If user is anonymous, returned string will be simply his nickname. Nickname will be always HTML encoded.
Protected methodGetCMSDeskChatUserFieldInternal
Gets string representation which can be used to display chat user in CMS Desk. If user is not anonymous, returned string is a HTML code which contains anchor to open user's details in new window. If user is anonymous, returned string will be simply his nickname. Nickname will be always HTML encoded.
Public methodStatic memberGetChatRoomWindowURL
Returns chat room window url from global chat settings
Protected methodGetChatRoomWindowURLInternal
Returns chat room window url from global chat settings
Public methodStatic memberGetRoomIdFromQuery
Gets room ID from query or returns original room ID.
Protected methodGetRoomIdFromQueryInternal
Gets room ID from query or returns original room ID.
Public methodStatic memberGetWebpartLoadingDiv
Get webpart's loading div which is showed when data are loaded.
Protected methodGetWebpartLoadingDivInternal
Get webpart's loading div which is showed when data are loaded.
Public methodStatic memberGetWebpartTransformation
Gets webpart's transformation.
Protected methodGetWebpartTransformationInternal
Gets webpart's transformation.
Public methodStatic memberMakeWebpartEnvelope
Make webpart's envelope, which is used for styling and hiding.
Protected methodMakeWebpartEnvelopeInternal
Make webpart's envelope, which is used for styling and hiding.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also