Skip to content

Commit 47c262b

Browse files
committed
934883: Test and resolve issues in UG all sections - ASP core MVC Chips control.
1 parent f6dc187 commit 47c262b

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

ej2-asp-core-mvc/chips/customization.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The Chips control has the following predefined styles that can be defined using
5454
{% endtabs %}
5555
{% endif %}
5656

57-
57+
![ASP.NET Styles Chips Control](images/styles.png)
5858

5959
## Leading Icon
6060

@@ -82,7 +82,7 @@ You can add and customize the leading icon of Chips using the [`leadingIconCss`]
8282
{% endtabs %}
8383
{% endif %}
8484

85-
85+
![ASP.NET Leading Icon Chips Control](images/leading-icon.png)
8686

8787
## Avatar
8888

@@ -110,7 +110,7 @@ You can add and customize the avatar of Chips using the [`avatarIconCss`](https:
110110
{% endtabs %}
111111
{% endif %}
112112

113-
113+
![ASP.NET Avatar Chips Control](images/avatar.png)
114114

115115
## Avatar Content
116116

@@ -138,7 +138,7 @@ You can add and customize the avatar content of Chips using the [`avatarText`](h
138138
{% endtabs %}
139139
{% endif %}
140140

141-
141+
![ASP.NET Avatar content Chips Control](images/avatar-content.png)
142142

143143
## Trailing Icon
144144

@@ -194,6 +194,8 @@ Outline Chips have a border with a transparent background. It can be set using t
194194
{% endtabs %}
195195
{% endif %}
196196

197+
![ASP.NET Outline Chips Control](images/outline.png)
198+
197199
## Template
198200

199201
{% if page.publishingplatform == "aspnet-core" %}
@@ -220,5 +222,6 @@ The [`Template`](https://help.syncfusion.com/cr/aspnetmvc-js2/syncfusion.ej2.but
220222
{% endtabs %}
221223
{% endif %}
222224

225+
![ASP.NET template Chips Control](images/template.png)
223226

224227
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-Core-UG-Examples/tree/main/Chips/ChipsSample).

ej2-asp-core-mvc/chips/types.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Input Chips holds information in compact form. It converts user input into Chips
4141
{% endtabs %}
4242
{% endif %}
4343

44+
![ASP.NET Input Chips Control](images/input-chip.png)
4445

4546
## Choice Chips
4647

@@ -68,7 +69,7 @@ Choice Chips allows to select a single Chips from the set of ChipList/ChipCollec
6869
{% endtabs %}
6970
{% endif %}
7071

71-
72+
![ASP.NET Choice Chips Control](images/choice-chip.png)
7273

7374
## Filter Chips
7475

@@ -96,7 +97,7 @@ Filter Chips allows to select a multiple Chips from the set of ChipList/ChipColl
9697
{% endtabs %}
9798
{% endif %}
9899

99-
100+
![ASP.NET Filter Chips Control](images/filter-chip.png)
100101

101102
## Action Chips
102103

@@ -124,7 +125,7 @@ The Action Chips triggers the event like [`click`](https://help.syncfusion.com/c
124125
{% endtabs %}
125126
{% endif %}
126127

127-
128+
![ASP.NET Actions Chips Control](images/action-chip.png)
128129

129130
### Deletable Chips
130131

@@ -152,4 +153,6 @@ Deletable Chips allows to delete a Chips from ChipList/ChipCollection. It can be
152153
{% endtabs %}
153154
{% endif %}
154155

156+
![ASP.NET Deletable Chips Control](images/deletable-chip.png)
157+
155158
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-Core-UG-Examples/tree/main/Chips/ChipsSample).

0 commit comments

Comments
 (0)