You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To further customize the appearance of a card, you can also use [Custom Templates]({%slug chat/functionality/templates%}) and [Custom Components]({%slug chat/functionality/components%}) articles.
Copy file name to clipboardExpand all lines: controls/chat/structure.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
-
title: Overview
2
+
title: Structure
3
3
page_title: Structure Overview | RadChat for ASP.NET AJAX Documentation
4
4
description: Structure Overview
5
5
slug: chat/structure
6
-
tags: overview
6
+
tags: structure
7
7
published: True
8
8
position: 2
9
9
---
10
10
11
11
# Structure Overview
12
12
13
-
>caption **Figure 1**: A chat structure.
14
-
15
13

16
14
15
+
>caption **Figure 1**: A chat structure.
16
+
17
17
The two main elements the **RadChat** control is built with are **Message List** and **Message Box**.
18
18
19
19
## The Message List can contain:
@@ -31,7 +31,7 @@ The two main elements the **RadChat** control is built with are **Message List**
31
31
***List** - displays multiple cards *vertically*. Might be referred as **Card List**;
32
32
33
33
34
-
## The Message Box contains
34
+
## The Message Box contains:
35
35
36
36
***Message Input** - input where the user writes their message. When there is no message written, a placeholder message is visible.
37
37
***Send Button** - button that when clicked sends the message in the message input. When the focus is on the message input, pressing the `Enter` key is the same as clicking the send button.
0 commit comments