ChatUIHelperMakeWebpartEnvelopeInternal Method |
Make webpart's envelope, which is used for styling and hiding.
Namespace: CMS.Chat.Web.UIAssembly: CMS.Chat.Web.UI (in CMS.Chat.Web.UI.dll) Version: 12.0.0
Syntax protected virtual void MakeWebpartEnvelopeInternal(
string cssClass,
CMSAbstractWebPart webpart,
string innerContainerTitle,
string innerContainerName
)
Parameters
- cssClass
- Type: SystemString
String. Envelope css classes. - webpart
- Type: CMS.PortalEngine.Web.UICMSAbstractWebPart
CMSAbstractWebpart. Reference to webpart object. - innerContainerTitle
- Type: SystemString
String. Defines title of container (if webpart has no container defined). - innerContainerName
- Type: SystemString
String. Defines name of container (if webpart has no container defined).
See Also