Click or drag to resize
ChatUIHelperGetWebpartLoadingDiv Method
Get webpart's loading div which is showed when data are loaded.

Namespace: CMS.Chat.Web.UI
Assembly: CMS.Chat.Web.UI (in CMS.Chat.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static string GetWebpartLoadingDiv(
	string cssClass,
	string loadingTextResStrName
)

Parameters

cssClass
Type: SystemString
String. Loading div css classes.
loadingTextResStrName
Type: SystemString
String. Defines name of resource string which will be used to resolve loading text.

Return Value

Type: String
See Also