Skip to content

Commit 8072f5e

Browse files
authored
Merge pull request #151 from syncfusion-content/SEO-1973_Site_Audit_Issues
SEO-2190_Site_Audit_Issues
2 parents dc64a6a + 06a79bd commit 8072f5e

File tree

11 files changed

+56
-56
lines changed

11 files changed

+56
-56
lines changed

aspnet/AutoComplete/Integration.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: Integration | AutoComplete | ASP.NET Webforms | Syncfusion
4-
description: integration
4+
description: Learn here about integration support in Syncfusion Essential ASP.NET Webforms AutoComplete Control, its elements, and more.
55
platform: aspnet
66
control: AutoComplete
77
documentation: ug
88
---
99

10-
# Integration
10+
# Integration support in ASP.NET Webforms AutoComplete
1111

1212
## AngularJS
1313

@@ -154,7 +154,7 @@ In the Script section, define the data to be bid and by using AngularJS support,
154154

155155
The following screenshot is the output of AutoComplete control with two way AngularJS binding.
156156

157-
![](Integration_images/Integration_img1.png)
157+
![ASP.NET Webforms AutoComplete Integration](Integration_images/Integration_img1.png)
158158

159159

160160

@@ -353,7 +353,7 @@ In the script section, add the code to bind observable values by using Knockout
353353

354354
The following screenshot is the result of the above code examples.
355355

356-
![](Integration_images/Integration_img2.png)
356+
![ASP.NET Webforms AutoComplete KnockoutJS](Integration_images/Integration_img2.png)
357357

358358

359359

aspnet/Chart/Data-Markers.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Markers and data labels in Essential ASP.NET Webforms Chart
4-
description: Learn how to add markers and data point labels to a Chart series.
3+
title: Markers and data labels in ASP.NET Webforms Chart Control | Syncfusion
4+
description: Learn here about Markers and data labels in Syncfusion Essential ASP.NET Webforms Chart Control, its elements, and more.
55
platform: aspnet
66
control: Chart
77
documentation: ug
88
---
99

10-
# Data Markers
10+
# Data Markers in ASP.NET Webforms Chart
1111

1212
Data markers are used to provide information about the data point to the user. You can add a shape and label to adorn each data point.
1313

@@ -42,7 +42,7 @@ The following code example explains on how to enable series marker and add shape
4242

4343
{% endhighlight %}
4444

45-
![](Data-Markers_images/Data-Markers_img1.png)
45+
![ASP.NET Webforms Chart Add Shapes](Data-Markers_images/Data-Markers_img1.png)
4646

4747

4848
## Add image as marker
@@ -68,7 +68,7 @@ The following code example illustrates this,
6868

6969
{% endhighlight %}
7070

71-
![](Data-Markers_images/Data-Markers_img2.png)
71+
![ASP.NET Webforms Chart Add image as marker](Data-Markers_images/Data-Markers_img2.png)
7272

7373

7474
## Add labels
@@ -94,7 +94,7 @@ The following code example shows how to enable data label and set its horizontal
9494

9595
{% endhighlight %}
9696

97-
![](Data-Markers_images/Data-Markers_img3.png)
97+
![ASP.NET Webforms Chart Add labels](Data-Markers_images/Data-Markers_img3.png)
9898

9999

100100
Label content can be formatted by using the template option. Inside the template, you can add the placeholder text *"point.x"* and *"point.y"* to display corresponding data points x & y value.
@@ -142,7 +142,7 @@ The following code example shows how to add background shapes and set template t
142142

143143
{% endhighlight %}
144144

145-
![](Data-Markers_images/Data-Markers_img4.png)
145+
![ASP.NET Webforms Chart data markers](Data-Markers_images/Data-Markers_img4.png)
146146

147147

148148
The appearance of the labels can be customized by using the *Font* and *Offset* options. The Offset option is used to move the labels vertically. Also, labels can be rotated by using the *Rotate* option.
@@ -166,7 +166,7 @@ The following code example shows how to rotate data label text and customize the
166166

167167
{% endhighlight %}
168168

169-
![](Data-Markers_images/Data-Markers_img5.png)
169+
![ASP.NET Webforms Chart data label text](Data-Markers_images/Data-Markers_img5.png)
170170

171171

172172
You can position the label to the top, center or bottom position of the segment by using the **TextPosition** option for the chart types such as Column, Bar, Stacked bar, Stacked column, 100% Stacked bar, 100% Stacked column, Candle and OHLC.
@@ -189,7 +189,7 @@ The following code example shows how to set textPosition to display data label i
189189

190190
{% endhighlight %}
191191

192-
![](Data-Markers_images/Data-Markers_img6.png)
192+
![ASP.NET Webforms Chart center or bottom position](Data-Markers_images/Data-Markers_img6.png)
193193

194194
The label can be positioned inside or outside the perimeter of the series by using the **LabelPosition** option for the chart types such as Pie and Doughnut, .
195195

@@ -221,17 +221,17 @@ The following code example shows how to set the LabelPosition,
221221

222222
{% endhighlight %}
223223

224-
![](Data-Markers_images/Data-Markers_img7.png)
224+
![ASP.NET Webforms Chart LabelPosition](Data-Markers_images/Data-Markers_img7.png)
225225

226226

227227
The following screenshot displays the labels when the LabelPosition is set as *Inside* position.
228228

229-
![](/js/Chart/Data-Markers_images/Data-Markers_img8.png)
229+
![ASP.NET Webforms Chart Inside position](Data-Markers_images/Data-Markers_img8.png)
230230

231231

232232
The following screenshot displays the labels when the LabelPosition is set as *OutsideExtended* position.
233233

234-
![](Data-Markers_images/Data-Markers_img9.png)
234+
![ASP.NET Webforms Chart OutsideExtended position](Data-Markers_images/Data-Markers_img9.png)
235235

236236

237237
The label can be wrapped for pie, doughnut, funnel, and pyramid series by setting the enableWrap property.
@@ -254,7 +254,7 @@ The label can be wrapped for pie, doughnut, funnel, and pyramid series by settin
254254

255255
{% endhighlight %}
256256

257-
![](Data-Markers_images/Data-Markers_img13.png)
257+
![ASP.NET Webforms Chart enableWrap property](Data-Markers_images/Data-Markers_img13.png)
258258

259259

260260

@@ -392,7 +392,7 @@ When the data is provided by using the Points option, you can add marker for eac
392392

393393
{% endhighlight %}
394394

395-
![](Data-Markers_images/Data-Markers_img10.png)
395+
![ASP.NET Webforms Chart Customize specific points](Data-Markers_images/Data-Markers_img10.png)
396396

397397

398398
When the data is bound to the series by using the DataSource option, you can customize the points in the **SeriesRendering** event as illustrated in the following code example,
@@ -450,7 +450,7 @@ When the data is bound to the series by using the DataSource option, you can cus
450450

451451
{% endhighlight %}
452452

453-
![](Data-Markers_images/Data-Markers_img10.png)
453+
![ASP.NET Webforms Chart SeriesRendering](Data-Markers_images/Data-Markers_img10.png)
454454

455455

456456
## Connect Line
@@ -476,7 +476,7 @@ This feature is used to connect label and data point by using a line. It can be
476476

477477
{% endhighlight %}
478478

479-
![](Data-Markers_images/Data-Markers_img11.png)
479+
![ASP.NET Webforms Chart Connect Line](Data-Markers_images/Data-Markers_img11.png)
480480

481481

482482
## SmartLabels
@@ -504,7 +504,7 @@ The following code example shows how to enable smart labels,
504504

505505
{% endhighlight %}
506506

507-
![](Data-Markers_images/Data-Markers_img12.png)
507+
![ASP.NET Webforms Chart SmartLabels](Data-Markers_images/Data-Markers_img12.png)
508508

509509

510510
[Click](http://asp.syncfusion.com/demos/web/chart/pie.aspx) here to view the SmartLabels online demo sample.

aspnet/ComboBox/Getting-Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
33
title: Getting started with ComboBox | Syncfusion | ASP.NET WebForms
4-
description: To get start with ComboBox by adding references.
4+
description: Learn here about getting started with Syncfusion ASP.NET Webforms ComboBox Control, its elements, and more.
55
platform: aspnet
66
control: ComboBox
77
documentation: ug
88
keywords: ComboBox, ComboBox, Populating data
99
---
1010

11-
# Getting Started
11+
# Getting Started with ASP.NET Webforms ComboBox
1212

1313
## Creating your first ComboBox in ASP Web Forms
1414

-103 KB
Loading

aspnet/Grid/How-to/Refresh-datasource.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: Refresh datasource | Grid | ASP.NET Webforms | Syncfusion
4-
description: refresh datasource
4+
description: Learn here about refresh datasource in Syncfusion Essential ASP.NET Webforms Grid Control, its elements, and more.
55
platform: aspnet
66
control: Grid
77
documentation: ug
88
---
99

10-
# Refresh datasource
10+
# Refresh datasource in ASP.NET Webforms Grid
1111

1212
Grid allows you to refresh datasource dynamically after Grid initialization. It is useful to refresh Grid datasource.
1313

@@ -147,13 +147,13 @@ The following screenshot displays the Grid data source before refreshing.
147147

148148

149149

150-
![](Refresh-datasource_images/Refresh-datasource_img1.png)
150+
![ASP.NET Webforms Grid Refresh datasource](Refresh-datasource_images/Refresh-datasource_img1.png)
151151

152152

153153

154154
The following screenshot displays the Grid data source after refreshing.
155155

156-
![](Refresh-datasource_images/Refresh-datasource_img2.png)
156+
![ASP.NET Webforms Grid after refreshing datasource](Refresh-datasource_images/Refresh-datasource_img2.png)
157157

158158

159159

aspnet/Grid/Toolbar.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: Toolbar with Grid widget for Syncfusion Essential ASP.NET
4-
description: How to enable toolbar and its actions
4+
description: How to enable toolbar in Syncfusion Essential ASP.NET Webforms Grid Control, its elements, and more.
55
platform: aspnet
66
control: Grid
77
documentation: ug
88
---
99

10-
# Toolbar
10+
# Toolbar in ASP.NET Webforms Grid
1111

1212
Toolbar can be shown by defining the `ShowToolbar` property of `ToolbarSettings` should be true. Toolbar has option to add default items in `ToolbarItems` property of `ToolbarSettings.` and customized items in `CustomToolbarItem` property of `ToolbarSettings`.
1313

@@ -122,7 +122,7 @@ Search text in records</td></tr>
122122

123123
{% endtabs %}
124124

125-
![](Toolbar_images/Toolbar_img1.png)
125+
![ASP.NET Webforms Grid Toolbar](Toolbar_images/Toolbar_img1.png)
126126

127127
I> `AllowAdding`, `AllowEditing`, `AllowDeleting` property of `EditSettings` need to be enabled for add, edit, delete, save & cancel and `AllowSearching` property of `ToolbarItems` to be enabled while adding Search in toolbar to perform search action.
128128

@@ -256,7 +256,7 @@ Custom toolbar is used to create your own toolbar items in toolbar. It can add b
256256

257257
{% endtabs %}
258258

259-
![](Toolbar_images/Toolbar_img2.png)
259+
![ASP.NET Webforms Grid Custom Toolbar items](Toolbar_images/Toolbar_img2.png)
260260

261261

262262

aspnet/NavigationDrawer/Getting-Started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
layout: post
33
title: Getting Started | NavigationDrawer | ASP.NET Webforms | Syncfusion
4-
description: getting started
4+
description: Learn here about getting started with Syncfusion ASP.NET Webforms Navigation Drawer Control, its elements, and more.
55
platform: aspnet
66
control: Navigation Drawer
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with ASP.NET Webforms Navigation Drawer
1111

1212
## Create your first Navigation Drawer control in ASP.NET Webforms
1313

1414
NavigationDrawer is a sliding panel that displays the list of navigation options on demand. That is, by default, it is not visible but you can display it on the left/right side of the screen by swiping or by clicking with desired target icon.
1515

16-
![](Getting-Started_images/img1.png)
16+
![ASP.NET Webforms Navigation Drawer Getting Started](Getting-Started_images/img1.png)
1717

1818

1919

@@ -139,7 +139,7 @@ You can display the drawer either by clicking on the target icon or by swiping f
139139

140140

141141

142-
![](Getting-Started_images/img2.png)
142+
![ASP.NET Webforms Navigation Drawer display](Getting-Started_images/img2.png)
143143

144144

145145

@@ -166,7 +166,7 @@ In the above code we have added targetId and contentId to find and navigate to s
166166

167167
Run the above code to render the following output.
168168

169-
![](Getting-Started_images/img3.png)
169+
![ASP.NET Webforms Navigation Drawer navigate to sub pages](Getting-Started_images/img3.png)
170170

171171

172172
You can load the appropriate content for the navigation items by updating the content through mouseDown handler of listview. You can define the handler and pass the method name with mouseDown attribute through listViewSettings. Also to view which item’s content is being loaded in the page, make the list selection to persist in the drawer by setting persistSelection as true. Refer to the following code example.
@@ -193,7 +193,7 @@ In the mouse down handler, you can hide the other content and display the respec
193193

194194
Run the above code to render the following output.
195195

196-
![](Getting-Started_images/img3.png)
196+
![ASP.NET Webforms Navigation Drawer display selected items](Getting-Started_images/img3.png)
197197

198198

199199

aspnet/ProgressBar/Getting-Started.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: Getting Started | ProgressBar | ASP.NET | Syncfusion
4-
description: getting started
4+
description: Learn here about getting started with Syncfusion Essential ASP.NET WebForms ProgressBar Control, its elements, and more.
55
platform: aspnet
66
control: ProgressBar
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with ASP.NET WebForms ProgressBar
1111

1212
## Create your first Progress Bar in ASP.NET
1313

@@ -129,4 +129,4 @@ $(function () {
129129

130130
The following screenshot displays the ProgressBar control.
131131

132-
![](Getting-Started_images/Getting-Started_img1.png)
132+
![ASP.NET WebForms ProgressBar Getting Started](Getting-Started_images/Getting-Started_img1.png)

aspnet/RichTextEditor/Getting-Started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
22
layout: post
3-
title: Getting started with RichTextEditor control for Syncfusion Essential ASP.NET
4-
description: Getting started with RichTextEditor and configure the toolbar and other functionalities.
3+
title: Getting started with RichTextEditor control for Syncfusion ASP.NET
4+
description: Learn here about Getting started with Syncfusion Essential RichTextEditor Control, its elements, and more.
55
platform: aspnet
66
control: RTE
77
documentation: ug
88
keywords: RichTextEditor, Getting Started, Toolbar–Configuration, Setting the content, Getting the content
99

1010
---
11-
# Getting Started
11+
# Getting Started with ASP.NET RichTextEditor
1212

1313
This section explains the step-by-step instructions to create RichTextEditor in an ASP.NET web application.
1414

1515
## Create your First RichTextEditor in ASP.NET
1616

1717
1. Create an ASP.NET Web Forms application and add RichTextEditor control to the Default.aspx page.
1818

19-
![](GettingStarted_images/RTE.png)
19+
![ASP.NET RichTextEditor Getting Started](GettingStarted_images/RTE.png)
2020

2121
2. Once the control is dragged and dropped into the page,all the dependent scripts and CSS files will be loaded as an embedded resource from Syncfusion.EJ.Web. This will add the following appSetting key in web.config file to load resource files.
2222

@@ -31,7 +31,7 @@ This section explains the step-by-step instructions to create RichTextEditor in
3131
3232
3. Customize the RichTextEditor control using properties panel as well as set the value for the RichTextEditor as given below.
3333

34-
![](GettingStarted_images/Property.png)
34+
![ASP.NET RichTextEditor Property](GettingStarted_images/Property.png)
3535

3636
Switching from Design view to Source to view the RichTextEditor code.
3737

@@ -67,7 +67,7 @@ You can configure the toolbar with the tools as your application requires.
6767

6868
{% endhighlight %}
6969

70-
![](GettingStarted_images/Toolbar.png)
70+
![ASP.NET RichTextEditor Toolbar](GettingStarted_images/Toolbar.png)
7171

7272
## Setting and Getting Content
7373

0 commit comments

Comments
 (0)