Skip to content

Commit 8f3b6aa

Browse files
Merge pull request #197 from syncfusion-content/SEO-2513_Site_Audit_Issues
SEO-2513_Site_Audit_Issues
2 parents efc2c7f + fc35a94 commit 8f3b6aa

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

aspnetmvc/Combobox/accessibility.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
33
title: Accessibility in ComboBox control for Syncfusion ASP.NET MVC
4-
description: Accessibility support to ComboBox control for Syncfusion ASP.NET MVC
4+
description: Learn here about Accessibility support in Syncfusion Essential ASP.NET MVC ComboBox Control, its elements, and more.
55
platform: ejmvc
66
control: ComboBox
77
documentation: ug
88
keywords: keyboard support, ComboBox, aria attributes, keyboard interaction
99
---
1010

11-
# Accessibility
11+
# Accessibility in ASP.NET MVC ComboBox
1212

1313
The ComboBox component has been designed, keeping in mind the `WAI-ARIA` specifications, and applies the WAI-ARIA roles, states, and properties along with `keyboard support`. This component is characterized by complete keyboard interaction support and ARIA accessibility support that makes it easy for people who uses assistive technologies (AT) or those who completely rely on keyboard navigation.
1414

@@ -107,4 +107,4 @@ You can use the following key shortcuts to access the ComboBox without interrupt
107107
Output for accessibility ComboBox control is as follows.
108108

109109

110-
![](Combobox_accessibility_images/accessibility.png)
110+
![ASP.NET MVC ComboBox accessibility](Combobox_accessibility_images/accessibility.png)

aspnetmvc/TimePicker/Time-Format.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: Time Format | TimePicker | ASP.NET MVC | Syncfusion
4-
description: time format
4+
description: Learn here about time format in Syncfusion Essential ASP.NET MVC TimePicker Control, its elements, and more.
55
platform: ejmvc
66
control: TimePicker
77
documentation: ug
88
---
99

10-
# Time Format
10+
# Time Format in ASP.NET MVC TimePicker
1111

1212
TimePicker widget provides you an option to change the TimeFormat property.
1313

@@ -30,7 +30,7 @@ The following steps explains you to change the time format for the TimePicker.
3030

3131
Execute the above code to render the following output.
3232

33-
![](Time-Format_images/Time-Format_img1.png)
33+
![ASP.NET MVC TimePicker time format](Time-Format_images/Time-Format_img1.png)
3434

3535
TimePicker with TimeFormat.
3636
{:.caption}

aspnetmvc/TreeGrid/Sorting.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: Sorting | TreeGrid | ASP.NET MVC | Syncfusion
4-
description: sorting
4+
description: Learn here about sorting in Syncfusion Essential ASP.NET MVC TreeGrid Control, its elements, and more.
55
platform: ejmvc
66
control: TreeGrid
77
documentation: ug
88
---
99

10-
# Sorting
10+
# Sorting in ASP.NET MVC TreeGrid
1111

1212
The TreeGrid control for JavaScript has built-in support for Sorting one or more columns.
1313

@@ -42,7 +42,7 @@ Gantt allows you to sort multiple columns by clicking the desired column headers
4242

4343
The following screenshot shows the output of Multicolumn sorting in TreeGrid control.
4444

45-
![](Sorting_images/Sorting_img1.png)
45+
![ASP.NET MVC TreeGrid Multicolumn sorting](Sorting_images/Sorting_img1.png)
4646

4747
## Disable sorting for specific column
4848

@@ -88,7 +88,7 @@ The following code shows how to add sorted column in TreeGrid.
8888

8989
{% endhighlight %}
9090

91-
![](Sorting_images/Sorting_img2.png)
91+
![ASP.NET MVC TreeGrid sorting](Sorting_images/Sorting_img2.png)
9292

9393
The above screenshot shows TreeGrid rendered with descending order of **Task Name** column.
9494
{:.caption}

0 commit comments

Comments
 (0)