ChatHelperGetWebpartLoadingDiv Method |
Get webpart's loading div which is showed when data are loaded.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax 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:
StringSee Also