ChatCssHelper Class |
Namespace: CMS.Chat.Web.UI
public class ChatCssHelper : AbstractHelper<ChatCssHelper>
The ChatCssHelper type exposes the following members.
Name | Description | |
---|---|---|
ChatCssHelper |
Name | Description | |
---|---|---|
RegisterStylesheet(Page) |
Registers CSS stylesheet. If page inherits CMSChatPage, CMSDesk stylesheet will be used instead of livesite stylesheet.
| |
RegisterStylesheet(Page, Boolean) |
Registers CSS stylesheet. If cmsDeskStyle is true, CMSDesk stylesheet will be used instead of livesite stylesheet.
The CMS desk stylesheet is bootstrap for support dialog, old css otherwise.
| |
RegisterStylesheetInternal(Page) |
Registers CSS stylesheet. If page inherits CMSChatPage, CMSDesk stylesheet will be used instead of livesite stylesheet.
| |
RegisterStylesheetInternal(Page, Boolean) |
Registers CSS stylesheet. If cmsDeskStyle is true, CMSDesk stylesheet will be used instead of livesite stylesheet.
The CMS desk stylesheet is bootstrap for support dialog, old css otherwise.
| |
SetAsDefaultHelper |
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.) |