Skip to content

Commit fb8b0f4

Browse files
authored
Merge pull request #3809 from syncfusion-content/ES-935084-Badge
934883: Test and resolve issues in UG all sections - ASP core Badge control.
2 parents 7b2e1c9 + 4ab34bb commit fb8b0f4

File tree

8 files changed

+92
-91
lines changed

8 files changed

+92
-91
lines changed

ej2-asp-core-mvc/badge/EJ2_ASP.MVC/getting-started-asp-mvc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This section briefly explains about how to include [ASP.NET MVC Badge](https://w
2525

2626
## Add stylesheet
2727

28-
Here, the theme is referred using CDN inside the `<head>` of `~/Views/Shared/_Layout.cshtml` file as follows,
28+
Here, the theme is referred using CDN inside the `<head>` of **~/Views/Shared/_Layout.cshtml** file as follows,
2929

3030
{% tabs %}
3131
{% highlight c# tabtitle="~/_Layout.cshtml" %}
@@ -43,7 +43,7 @@ N> Checkout the [Themes topic](https://ej2.syncfusion.com/aspnetmvc/documentatio
4343

4444
## Add ASP.NET MVC Badge control
4545

46-
Now, add the Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET MVC Badge control in `~/Home/Index.cshtml` page.
46+
Now, add the Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET MVC Badge control in **~/Home/Index.cshtml** page.
4747

4848
{% tabs %}
4949
{% highlight razor tabtitle="CSHTML" %}

ej2-asp-core-mvc/badge/EJ2_ASP.NETCORE/getting-started-asp-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This section briefly explains about how to include [ASP.NET Core Badge](https://
2525

2626
## Add stylesheet
2727

28-
Here, the theme is referred using CDN inside the `<head>` of `~/Pages/Shared/_Layout.cshtml` file as follows,
28+
Here, the theme is referred using CDN inside the `<head>` of **~/Pages/Shared/_Layout.cshtml** file as follows,
2929

3030
{% tabs %}
3131
{% highlight cshtml tabtitle="~/_Layout.cshtml" %}
@@ -43,7 +43,7 @@ N> Checkout the [Themes topic](https://ej2.syncfusion.com/aspnetcore/documentati
4343

4444
## Add ASP.NET Core Badge Control
4545

46-
Now, add the Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET Core Badge tag helper in `~/Pages/Index.cshtml` page.
46+
Now, add the Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET Core Badge tag helper in **~/Pages/Index.cshtml** page.
4747

4848
{% tabs %}
4949
{% highlight cshtml tabtitle="CSHTML" %}

ej2-asp-core-mvc/badge/how-to/badge-customization.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Badge Customization in ##Platform_Name## Badge Component
4-
description: Learn here all about Badge Customization in Syncfusion ##Platform_Name## Badge component of Syncfusion Essential JS 2 and more.
3+
title: Badge Customization in ##Platform_Name## Badge control | Syncfusion
4+
description: Learn here all about Badge Customization in Syncfusion ##Platform_Name## Badge control of Syncfusion Essential JS 2 and more.
55
platform: ej2-asp-core-mvc
66
control: Badge Customization
77
publishingplatform: ##Platform_Name##
@@ -10,9 +10,9 @@ documentation: ug
1010

1111
# Customization in ##Platform_Name## Badge Control
1212

13-
## Colour customization
13+
## Color customization
1414

15-
Even though badges come with `8 predefined colors`, you can also customize the colour of the badge as desired.
15+
Even though Badges come with `8 predefined colors`, you can also customize the color of the Badge as desired.
1616

1717
{% if page.publishingplatform == "aspnet-core" %}
1818

@@ -37,9 +37,9 @@ Even though badges come with `8 predefined colors`, you can also customize the c
3737

3838
![Badge Color Customization](../images/colorcustom.PNG)
3939

40-
## Customize badge size
40+
## Customize Badge size
4141

42-
Badges are designed to change its size based on the content. To change the size of a badge, adjust the `font size` of the badge.
42+
Badges are designed to change its size based on the content. To change the size of a Badge, adjust the `font size` of the Badge.
4343

4444
{% if page.publishingplatform == "aspnet-core" %}
4545

@@ -66,7 +66,7 @@ Badges are designed to change its size based on the content. To change the size
6666

6767
## Custom position
6868

69-
Even though the badges support the conventional `top` and `bottom` positions, the position of the badges can be changed as desired. This can be done by adding a custom class to the badge element to override the default position applied from the source.
69+
Even though the Badges support the conventional `top` and `bottom` positions, the position of the Badges can be changed as desired. This can be done by adding a custom class to the Badge element to override the default position applied from the source.
7070

7171
{% if page.publishingplatform == "aspnet-core" %}
7272

ej2-asp-core-mvc/badge/how-to/dynamic-badge-content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Dynamic Badge Content in ##Platform_Name## Badge Component
4-
description: Learn here all about Dynamic Badge Content in Syncfusion ##Platform_Name## Badge component of Syncfusion Essential JS 2 and more.
3+
title: Dynamic Badge Content in ##Platform_Name## Badge control | Syncfusion
4+
description: Learn here all about Dynamic Badge Content in Syncfusion ##Platform_Name## Badge control of Syncfusion Essential JS 2 and more.
55
platform: ej2-asp-core-mvc
66
control: Dynamic Badge Content
77
publishingplatform: ##Platform_Name##
@@ -10,7 +10,7 @@ documentation: ug
1010

1111
# Dynamic Badge Content
1212

13-
Badges in real-time needs to be updated dynamically based on the requirements. The following sample demonstrates how to update the badges content dynamically. Click the increment button to change the badge value.
13+
Badges in real-time needs to be updated dynamically based on the requirements. The following sample demonstrates how to update the Badges content dynamically. Click the increment button to change the Badge value.
1414

1515
{% if page.publishingplatform == "aspnet-core" %}
1616

ej2-asp-core-mvc/badge/how-to/integrate-badge-into-listview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Integrate Badge Into Listview in ##Platform_Name## Badge Component
4-
description: Learn here all about how to integrate badge into Listview in Syncfusion ##Platform_Name## Badge component of Syncfusion Essential JS 2 and more.
3+
title: Integrate Badge Into Listview in ##Platform_Name## Badge control | Syncfusion
4+
description: Learn here all about how to integrate Badge into Listview in Syncfusion ##Platform_Name## Badge control of Syncfusion Essential JS 2 and more.
55
platform: ej2-asp-core-mvc
66
control: Integrate Badge Into Listview
77
publishingplatform: ##Platform_Name##
@@ -10,9 +10,9 @@ documentation: ug
1010

1111
# Integrate Badge into ListView
1212

13-
The badges can be integrated with the `listview` component to indicate new notification with colour based on priority.
13+
The Badges can be integrated with the `listview` control to indicate new notification with color based on priority.
1414

15-
In the following sample, `default` badges are used and there is no need to customize the badge size. The component will automatically adjust the size based on the container element.
15+
In the following sample, `default` Badges are used and there is no need to customize the Badge size. The control will automatically adjust the size based on the container element.
1616

1717
{% if page.publishingplatform == "aspnet-core" %}
1818

ej2-asp-core-mvc/badge/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Overview in ##Platform_Name## Badge Component
4-
description: Learn here all about Overview in Syncfusion ##Platform_Name## Badge component of Syncfusion Essential JS 2 and more.
3+
title: Overview in ##Platform_Name## Badge control | Syncfusion
4+
description: Learn here all about Overview in Syncfusion ##Platform_Name## Badge control of Syncfusion Essential JS 2 and more.
55
platform: ej2-asp-core-mvc
66
control: Index
77
publishingplatform: ##Platform_Name##
@@ -16,6 +16,6 @@ Badges can be used to alert users about new or unread messages, notifications, a
1616

1717
* **[Types](/badge/types/)** - Provided 8 different types of Badges.
1818

19-
* **[Predefined Colours](/badge/types/#badge-styles)** - Provided 8 predefined situational colours of Badges.
19+
* **[Predefined Colors](/badge/types/#badge-styles)** - Provided 8 predefined situational colors of Badges.
2020

2121
* **[Position](/badge/types/#position)** - Supports 3 different positions, such as `default`, `top` and `bottom`.

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ documentation: ug
1010

1111
# Types in ##Platform_Name## Badge Control
1212

13-
This section explains different styles and types of the badges.
13+
This section explains different styles and types of the Badges.
1414

1515
## Badge styles
1616

17-
The Essential<sup style="font-size:70%">&reg;</sup> JS 2 Badge has the following predefined styles that can be used with `.e-badge` class to change the appearance of a badge.
17+
The Essential<sup style="font-size:70%">&reg;</sup> JS 2 Badge has the following predefined styles that can be used with `.e-badge` class to change the appearance of a Badge.
1818

1919
| Class Name | Description |
2020
|------------|-------------|
@@ -52,7 +52,7 @@ The Essential<sup style="font-size:70%">&reg;</sup> JS 2 Badge has the following
5252

5353
## Badge types
5454

55-
The types of Essential<sup style="font-size:70%">&reg;</sup> JS 2 badges are as follows:
55+
The types of Essential<sup style="font-size:70%">&reg;</sup> JS 2 Badges are as follows:
5656

5757
* Circle
5858
* Pill
@@ -64,7 +64,7 @@ The types of Essential<sup style="font-size:70%">&reg;</sup> JS 2 badges are as
6464

6565
### Circle
6666

67-
The circle badge style can be applied by adding the modifier class `.e-badge-circle` to the target element.
67+
The circle Badge style can be applied by adding the modifier class `.e-badge-circle` to the target element.
6868

6969
{% if page.publishingplatform == "aspnet-core" %}
7070

@@ -91,7 +91,7 @@ The circle badge style can be applied by adding the modifier class `.e-badge-cir
9191

9292
### Pill
9393

94-
The pill badge style can be applied by adding the modifier class `.e-badge-pill` to the target element.
94+
The pill Badge style can be applied by adding the modifier class `.e-badge-pill` to the target element.
9595

9696
{% if page.publishingplatform == "aspnet-core" %}
9797

@@ -118,7 +118,7 @@ The pill badge style can be applied by adding the modifier class `.e-badge-pill`
118118

119119
### Link
120120

121-
When badge modifier classes are applied to the anchor tag, the badge’s appearance will change from normal state to hover state on mouseover.
121+
When Badge modifier classes are applied to the anchor tag, the Badge’s appearance will change from normal state to hover state on mouseover.
122122

123123
{% if page.publishingplatform == "aspnet-core" %}
124124

@@ -145,7 +145,7 @@ When badge modifier classes are applied to the anchor tag, the badge’s appeara
145145

146146
### Notification
147147

148-
The notification badge style can be applied by adding the modifier class `.e-badge-notification` to the target element. Notification badges are used when a content or a context needs special attention. While using the notification badge, set the parent element to `position: relative`.
148+
The notification Badge style can be applied by adding the modifier class `.e-badge-notification` to the target element. Notification Badges are used when a content or a context needs special attention. While using the notification Badge, set the parent element to `position: relative`.
149149

150150
{% if page.publishingplatform == "aspnet-core" %}
151151

@@ -172,7 +172,7 @@ The notification badge style can be applied by adding the modifier class `.e-bad
172172

173173
### Dot
174174

175-
Dot can be applied by adding the modifier class `.e-badge-dot` to the target element. Dot badges are similar to notification badges, but in a minimalistic way. While using the dot badge, set the parent element to `position: relative`.
175+
Dot can be applied by adding the modifier class `.e-badge-dot` to the target element. Dot Badges are similar to notification Badges, but in a minimalistic way. While using the dot Badge, set the parent element to `position: relative`.
176176

177177
{% if page.publishingplatform == "aspnet-core" %}
178178

@@ -199,7 +199,7 @@ Dot can be applied by adding the modifier class `.e-badge-dot` to the target ele
199199

200200
### Overlap
201201

202-
The overlap badge can be used with `notification` or `dot` badge, which overlaps with the target element by adding the modifier class`.e-badge-overlap`. While using the overlap badge, set the parent element to `position: relative`.
202+
The overlap Badge can be used with `notification` or `dot` Badge, which overlaps with the target element by adding the modifier class`.e-badge-overlap`. While using the overlap Badge, set the parent element to `position: relative`.
203203

204204
{% if page.publishingplatform == "aspnet-core" %}
205205

@@ -226,7 +226,7 @@ The overlap badge can be used with `notification` or `dot` badge, which overlaps
226226

227227
### Position
228228

229-
The default position of the `notification` or `dot` badge is top. But, the position can be changed to `bottom` using the modifier class `.e-badge-bottom`. For example, the bottom class modifier is used with dot badge to display the status in the avatar as shown in the following sample.
229+
The default position of the `notification` or `dot` Badge is top. But, the position can be changed to `bottom` using the modifier class `.e-badge-bottom`. For example, the bottom class modifier is used with dot Badge to display the status in the avatar as shown in the following sample.
230230

231231
{% if page.publishingplatform == "aspnet-core" %}
232232

0 commit comments

Comments
 (0)