ChatUIHelper Class |
Namespace: CMS.Chat.Web.UI
public class ChatUIHelper : AbstractHelper<ChatUIHelper>
The ChatUIHelper type exposes the following members.
Name | Description | |
---|---|---|
ChatUIHelper |
Name | Description | |
---|---|---|
GetChatRoomWindowURL |
Returns chat room window url from global chat settings
| |
GetChatRoomWindowURLInternal |
Returns chat room window url from global chat settings
| |
GetCMSDeskChatUserField(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.
| |
GetCMSDeskChatUserField(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.
| |
GetCMSDeskChatUserFieldInternal |
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.
| |
GetRoomIdFromQuery |
Gets room ID from query or returns original room ID.
| |
GetRoomIdFromQueryInternal |
Gets room ID from query or returns original room ID.
| |
GetWebpartLoadingDiv |
Get webpart's loading div which is showed when data are loaded.
| |
GetWebpartLoadingDivInternal |
Get webpart's loading div which is showed when data are loaded.
| |
GetWebpartTransformation |
Gets webpart's transformation.
| |
GetWebpartTransformationInternal |
Gets webpart's transformation.
| |
MakeWebpartEnvelope |
Make webpart's envelope, which is used for styling and hiding.
| |
MakeWebpartEnvelopeInternal |
Make webpart's envelope, which is used for styling and hiding.
| |
SetAsDefaultHelper |
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.) |