Click or drag to resize
ChatCssHelper Class
Provides helper methods for registration of chat scripts.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperChatCssHelper
        CMS.Chat.Web.UIChatCssHelper

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

The ChatCssHelper type exposes the following members.

Constructors
  NameDescription
Public methodChatCssHelper
Top
Methods
  NameDescription
Public methodStatic memberRegisterStylesheet(Page)
Registers CSS stylesheet. If page inherits CMSChatPage, CMSDesk stylesheet will be used instead of livesite stylesheet.
Public methodStatic memberRegisterStylesheet(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.
Protected methodRegisterStylesheetInternal(Page)
Registers CSS stylesheet. If page inherits CMSChatPage, CMSDesk stylesheet will be used instead of livesite stylesheet.
Protected methodRegisterStylesheetInternal(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.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also