Skip to content

Commit 46c2e55

Browse files
Merge pull request #331 from Syncfusion-Content/hotfix/hotfix-v21.1.35
DOCINFRA-2341_merged_using_automation
2 parents 13f732b + 1e61f2e commit 46c2e55

File tree

7 files changed

+43
-43
lines changed

7 files changed

+43
-43
lines changed

aspnet-core/Autocomplete/Appearance-and-Styling.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Appearance and Styling | AutoComplete | ASP.NET Core | Syncfusion
4-
description: appearance and styling
4+
description: Learn here about appearance and styling in ASP.NET Core AutoComplete Control, its elements, and more.
55
platform: aspnet-core
66
control: AutoComplete
77
documentation: ug
88
---
99

10-
# Appearance and Styling
10+
# Appearance and Styling in ASP.NET Core AutoComplete
1111

1212
## Adjusting AutoComplete size
1313

@@ -40,7 +40,7 @@ The following image is the output for AutoComplete textbox with customized dimen
4040

4141

4242

43-
![](Appearance-and-Styling_images/Appearance-and-Styling_img1.png)
43+
![ASP.NET Core AutoComplete define height and weight](Appearance-and-Styling_images/Appearance-and-Styling_img1.png)
4444

4545
AutoComplete with Customized dimensions
4646
{:.caption}
@@ -76,7 +76,7 @@ The following image is the output for AutoComplete when ShowRoundedCorner is set
7676

7777

7878

79-
![](Appearance-and-Styling_images/Appearance-and-Styling_img2.png)
79+
![ASP.NET Core AutoComplete rounded corner](Appearance-and-Styling_images/Appearance-and-Styling_img2.png)
8080

8181
AutoComplete with Rounded corners
8282
{:.caption}
@@ -106,7 +106,7 @@ The following image is the output for AutoComplete when WatermarkText is defined
106106

107107

108108

109-
![](Appearance-and-Styling_images/Appearance-and-Styling_img3.png)
109+
![ASP.NET Core AutoComplete watermark text](Appearance-and-Styling_images/Appearance-and-Styling_img3.png)
110110

111111
AutoComplete loaded with watermark text
112112
{:.caption}
@@ -140,7 +140,7 @@ The following image is the output for AutoComplete, after configuring the height
140140

141141

142142

143-
![](Appearance-and-Styling_images/Appearance-and-Styling_img4.png)
143+
![ASP.NET Core AutoComplete popup panel](Appearance-and-Styling_images/Appearance-and-Styling_img4.png)
144144

145145
AutoComplete PopUp panel with configured dimensions
146146
{:.caption}
@@ -259,7 +259,7 @@ The following steps allow you to configure CssClass for an AutoComplete textbox.
259259

260260
The following image is of an AutoComplete textbox configured based on CSS class.
261261

262-
![](Appearance-and-Styling_images/Appearance-and-Styling_img5.png)
262+
![ASP.NET Core AutoComplete css class](Appearance-and-Styling_images/Appearance-and-Styling_img5.png)
263263

264264
AutoComplete widget configured with CSS class
265265
{:.caption}

aspnet-core/Autocomplete/Data-Binding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Data Binding | AutoComplete | ASP.NET Core | Syncfusion
4-
description: data-binding
4+
description: Learn here about data binding in Syncfusion Essential ASP.NET Core AutoComplete Control, its elements, and more.
55
platform: aspnet-core
66
control: AutoComplete
77
documentation: ug
88
---
99

10-
# Data-Binding
10+
# Data Binding in ASP.NET Core AutoComplete
1111

1212
In order to render the AutoComplete control, the data needs to be bound to it in a proper way. The following sub-properties provide a way to bind either the local or remote data to the AutoComplete widget by binding the appropriate data fields to the corresponding options.
1313

aspnet-core/CircularGauge/Legend.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Legend | CircularGauge | ASP.NET Core| Syncfusion
4-
description: legend
4+
description: Learn here about Legend in Syncfusion Essential ASP.NET Core CircularGauge Control, its elements, and more.
55
platform: aspnet-core
66
control: CircularGauge
77
documentation: ug
88
---
99

10-
# Legend
10+
# Legend in ASP.NET Core CircularGauge
1111

1212
The legend contains the list of the ranges that appear in the circular gauge
1313

@@ -23,7 +23,7 @@ By default, the legend the legend will not be displayed in the circular gauge.
2323

2424
{% endhighlight %}
2525

26-
![](Legend_images/Legend_img1.png)
26+
![ASP.NET Core CircularGauge legend visibility](Legend_images/Legend_img1.png)
2727

2828

2929
[Click](http://ng2jq.syncfusion.com/#/circulargauge/legend) here to view the online demo sample for legend .
@@ -75,7 +75,7 @@ By using the `position` property, you can position the legend at *left*, *right*
7575

7676
{% endhighlight %}
7777

78-
![](Legend_images/Legend_img2.png)
78+
![ASP.NET Core CircularGauge legend fill](Legend_images/Legend_img2.png)
7979

8080
### Legend Alignment
8181

@@ -89,7 +89,7 @@ You can align the legend to the *center*, *far* or *near* based on its position
8989

9090
{% endhighlight %}
9191

92-
![](Legend_images/Legend_img3.png)
92+
![ASP.NET Core CircularGauge legend alignment`](Legend_images/Legend_img3.png)
9393

9494
## Customization
9595

@@ -105,7 +105,7 @@ To change the legend item, shape, you have to specify the desired shape in the `
105105

106106
{% endhighlight %}
107107

108-
![](Legend_images/Legend_img4.png)
108+
![ASP.NET Core CircularGauge legend shape](Legend_images/Legend_img4.png)
109109

110110

111111
### Legend Item Size and Border
@@ -124,7 +124,7 @@ You can change the size of the legend items by using the `width` and `height` pr
124124

125125
{% endhighlight %}
126126

127-
![](Legend_images/Legend_img5.png)
127+
![ASP.NET Core CircularGauge legend item size](Legend_images/Legend_img5.png)
128128

129129
### Legend size
130130

@@ -140,7 +140,7 @@ You can change the default legend size by using the `size` property of the legen
140140

141141
{% endhighlight %}
142142

143-
![](Legend_images/Legend_img6.png)
143+
![ASP.NET Core CircularGauge size](Legend_images/Legend_img6.png)
144144

145145

146146
### Legend Item Padding
@@ -157,7 +157,7 @@ You can control the spacing between the legend items by using the `item-padding`
157157

158158
{% endhighlight %}
159159

160-
![](Legend_images/Legend_img7.png)
160+
![ASP.NET Core CircularGauge item padding](Legend_images/Legend_img7.png)
161161

162162
### Legend border
163163

@@ -174,7 +174,7 @@ You can customize the legend border by using the `border` option in the legend.
174174

175175
{% endhighlight %}
176176

177-
![](Legend_images/Legend_img8.png)
177+
![ASP.NET Core CircularGauge border](Legend_images/Legend_img8.png)
178178

179179
### Font of the legend text
180180

@@ -191,7 +191,7 @@ The font of the legend item text can be customized by using the `font` property
191191
{% endhighlight %}
192192

193193

194-
![](Legend_images/Legend_img9.png)
194+
![ASP.NET Core CircularGauge events](Legend_images/Legend_img9.png)
195195

196196
## Events
197197

aspnet-core/CircularGauge/Ranges-and-Frames.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Ranges and Frames | CircularGauge | Syncfusion
4-
description: ranges and frames
3+
title: Ranges and Frames in ASP.NET Core CircularGauge Control | Syncfusion
4+
description: Learn here about ranges and frames in Syncfusion Essential ASP.NET Core CircularGauge Control, its elements, and more.
55
platform: aspnet-core
66
control: CircularGauge
77
documentation: ug
88
---
99

10-
# Ranges and Frames
10+
# Ranges and Frames in ASP.NET Core CircularGauge
1111

1212
Ranges are used to specify or group the scale values. By using ranges, you can describe the values in the pointers.
1313

@@ -55,7 +55,7 @@ Range collection is directly added to the scale object. Refer the following code
5555

5656
Execute the above code to render the following output.
5757

58-
![](Ranges-and-Frames_images/Ranges-and-Frames_img1.png)
58+
![ASP.NET Core CircularGauge range and frame](Ranges-and-Frames_images/Ranges-and-Frames_img1.png)
5959

6060
Circular Gauge with customized ranges with startValues and endValues
6161
{:.caption}
@@ -84,7 +84,7 @@ placement="@RangePlacement.Far">
8484

8585
Execute the above code to render the following output.
8686

87-
![](Ranges-and-Frames_images/Ranges-and-Frames_img2.png)
87+
![ASP.NET Core CircularGauge color and border](Ranges-and-Frames_images/Ranges-and-Frames_img2.png)
8888

8989
Circular Gauge with customized range colors and borders
9090
{:.caption}
@@ -118,7 +118,7 @@ Execute the above code to render the following output.
118118

119119

120120

121-
![](Ranges-and-Frames_images/Ranges-and-Frames_img3.png)
121+
![ASP.NET Core CircularGauge position the ranges](Ranges-and-Frames_images/Ranges-and-Frames_img3.png)
122122

123123
Circular Gauge with customized ranges
124124
{:.caption}
@@ -152,7 +152,7 @@ placement="@RangePlacement.Far">
152152

153153
Execute the above code to render the following output.
154154

155-
![](Ranges-and-Frames_images/Ranges-and-Frames_img4.png)
155+
![ASP.NET Core CircularGauge multiple ranges](Ranges-and-Frames_images/Ranges-and-Frames_img4.png)
156156

157157
Circular Gauge with multiple ranges
158158
{:.caption}
@@ -185,7 +185,7 @@ half-circle-frame-start-angle="205" half-circle-frame-end-angle="335"></e-frame>
185185

186186
Execute the above code to render the following output.
187187

188-
![](Ranges-and-Frames_images/Ranges-and-Frames_img5.png)
188+
![ASP.NET Core CircularGauge frames](Ranges-and-Frames_images/Ranges-and-Frames_img5.png)
189189

190190
Circular Gauge with multiple ranges
191191
{:.caption}

aspnet-core/ColorPicker/Appearance-and-Styling.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Appearance and Styling | ColorPicker | ASP.NET Core | Syncfusion
4-
description: appearance and styling
4+
description: Learn here about appearance and styling in ASP.NET Core ColorPicker Control, its elements, and more.
55
platform: aspnet-core
66
control: ColorPicker
77
documentation: ug
88
---
99

10-
# Appearance and Styling
10+
# Appearance and Styling in ASP.NET Core ColorPicker
1111

1212
## modelType
1313

@@ -67,7 +67,7 @@ N> To render the ColorPicker Control you can use either Razor or Tag helper code
6767

6868
The following screenshot displays the output of the above code example.
6969

70-
![](Appearance-and-Styling_images/Appearance-and-Styling_img1.png)
70+
![ASP.NET Core ColorPicker appearance](Appearance-and-Styling_images/Appearance-and-Styling_img1.png)
7171

7272
ColorPicker rendered with Palette Model
7373
{:.caption}
@@ -190,7 +190,7 @@ PresetType(PresetsType.CandyCrush)</td></tr>
190190

191191
The following screenshot displays the output of the above code example.
192192

193-
![](Appearance-and-Styling_images/Appearance-and-Styling_img2.png)
193+
![ASP.NET Core ColorPicker styling](Appearance-and-Styling_images/Appearance-and-Styling_img2.png)
194194

195195
ColorPicker with Presets
196196
{:.caption}
@@ -227,7 +227,7 @@ The CustomPalette property is a dependent property of Palette and ModelType prop
227227

228228
The following screenshot displays the output of the above code example.
229229

230-
![](Appearance-and-Styling_images/Appearance-and-Styling_img3.png)
230+
![ASP.NET Core ColorPicker customized color](Appearance-and-Styling_images/Appearance-and-Styling_img3.png)
231231

232232
ColorPicker with Customized Colors
233233
{:.caption}
@@ -263,7 +263,7 @@ The following steps explain you how to get the ColorPicker popup in DisplayInlin
263263

264264
The following screenshot displays the output of the above code example.
265265

266-
![](Appearance-and-Styling_images/Appearance-and-Styling_img4.png)
266+
![ASP.NET Core ColorPicker display inline](Appearance-and-Styling_images/Appearance-and-Styling_img4.png)
267267

268268
ColorPicker in Display Inline
269269
{:.caption}
@@ -352,7 +352,7 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
352352

353353
The following screenshot displays the output of the above code example.
354354

355-
![](Appearance-and-Styling_images/Appearance-and-Styling_img5.png)
355+
![ASP.NET Core ColorPicker theme](Appearance-and-Styling_images/Appearance-and-Styling_img5.png)
356356

357357
ColorPicker with Theme Support
358358
{:.caption}
@@ -415,7 +415,7 @@ Using this property you can override the existing styles under the theme style s
415415
{% endhighlight %}
416416
The following screenshot displays the output of above steps.
417417

418-
![](Appearance-and-Styling_images/Appearance-and-Styling_img6.png)
418+
![ASP.NET Core ColorPicker custom theme](Appearance-and-Styling_images/Appearance-and-Styling_img6.png)
419419

420420
ColorPicker with Custom Theme
421421
{:.caption}

aspnet-core/ProgressBar/Enabling-the-ProgressBar.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Enabling the ProgressBar | Progress Bar | ASP.NET Core | Syncfusion
4-
description: enabling the progressbar
4+
description: Learn here about enabling the progressbar in Syncfusion Essential ASP.NET Core Progress Bar Control, its elements, and more.
55
platform: aspnet-core
66
control: Progress Bar
77
documentation: ug
88
---
99

10-
## Enabling the ProgressBar
10+
# Enabling the ProgressBar in ASP.NET Core
1111

1212
The ProgressBar is enabled by using the ‘Enabled’ Property. When this property is set to ‘false’, it disables the ProgressBar widget. By default, ‘Enabled’ property is set to ‘true’ in the ProgressBar widget.
1313

@@ -25,7 +25,7 @@ The following steps explain how to disable the ProgressBar widget when ‘Enable
2525

2626
The following screenshot displays the output for the above code.
2727

28-
![](Enabling-the-ProgressBar_images/Enabling-the-ProgressBar_img1.png)
28+
![ASP.NET Core Progress Bar enable](Enabling-the-ProgressBar_images/Enabling-the-ProgressBar_img1.png)
2929

3030
Disabled Progress Bar
3131
{:.caption}

aspnet-core/TreeGrid/Searching.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Searching | TreeGrid | ASP.NET Core | Syncfusion
4-
description: Searching
4+
description: Learn here about Searching in Syncfusion Essential ASP.NET Core TreeGrid Control, its elements, and more.
55
platform: aspnet-core
66
control: TreeGrid
77
documentation: ug
88
---
99

10-
## Searching
10+
# Searching in ASP.NET Core TreeGrid
1111

1212
The TreeGrid control has an option to search its content using toolbar search box. The toolbar search box can be enabled by using the `ToolbarSettings.ToolbarItems` property. The following code example explains how to integrate search textbox in toolbar.
1313

@@ -34,7 +34,7 @@ public partial class TreeGridController : Controller
3434
{% endhighlight %}
3535

3636
The below screenshot shows TreeGrid search with `plan` key word.
37-
![](Searching_images/Searching_img1.png)
37+
![ASP.NET Core TreeGrid searching](Searching_images/Searching_img1.png)
3838

3939
## Search Hierarchy Modes
4040

@@ -62,6 +62,6 @@ The following code example shows how to set the `SearchHierarchyMode` in the tre
6262
{% endhighlight %}
6363

6464
The following image depicts the output of the previous code example.
65-
![](Searching_images/SearchHierarchyModes_img1.png)
65+
![ASP.NET Core TreeGrid search hierarchy mode](Searching_images/SearchHierarchyModes_img1.png)
6666

6767
The above screenshot shows Tree Grid with `child` search mode.

0 commit comments

Comments
 (0)