Skip to content

Commit e4ce24e

Browse files
Merge pull request #354 from Syncfusion-Content/hotfix/hotfix-v21.2.3
DOCINFRA-2341_merged_using_automation
2 parents 438cc40 + bf33120 commit e4ce24e

File tree

147 files changed

+394
-394
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+394
-394
lines changed

aspnet-core/Accordion/Keyboard-Navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Shortcut Key</th><th>
1818
Description</th></tr>
1919
<tr>
2020
<td>
21-
{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j </td><td>
21+
{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j </td><td>
2222
Focuses into the accordion control</td></tr>
2323
<tr>
2424
<td>

aspnet-core/Autocomplete/Data-Binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The below following types are used to bind remote datasource to an AutoComplete
198198

199199
### OData
200200

201-
OData is a standardized protocol for creating and consuming data. You can provide the [OData service](http://www.odata.org/) URL directly to the dataManager URL property.
201+
OData is a standardized protocol for creating and consuming data. You can provide the [OData service](https://www.odata.org/) URL directly to the dataManager URL property.
202202

203203

204204
{% highlight html %}

aspnet-core/Autocomplete/How-To.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The following screenshot exhibits the output of the above code.
6767

6868
## URL,Web API adaptor server side filtering
6969

70-
When the dataSource of AutoComplete bound with Adaptors such as WebAPI/URL, then we need to perform the filtering and sorting operation in server side using LINQ or our [DataManager API operations](https://www.syncfusion.com/kb/4300/server-side-api-for-datamanager-operations) before returning data to the client side.
70+
When the dataSource of AutoComplete bound with Adaptors such as WebAPI/URL, then we need to perform the filtering and sorting operation in server side using LINQ or our [DataManager API operations](https://support.syncfusion.com/kb/article/4411/server-side-api-for-datamanager-operations) before returning data to the client side.
7171

7272
This change is applicable for all operations that needs to fetch altered data from Data source like filter, search etc.
7373

aspnet-core/Autocomplete/Keyboard-Interaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Shortcut Key</th><th>
2020
Description</th></tr>
2121
<tr>
2222
<td>
23-
{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j </td><td>
23+
{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j </td><td>
2424
Focuses into the AutoComplete text box</td></tr>
2525
<tr>
2626
<td>

aspnet-core/Autocomplete/Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
You can validate the Autocomplete `value` on form submission by applying `validation-rules` and `validation-message` to the Autocomplete.
1313

14-
N> [jquery.validate.min](http://cdn.syncfusion.com/js/assets/external/jquery.validate.min.js) script file should be referred for validation, for more details, refer [here](http://jqueryvalidation.org/documentation).
14+
N> [jquery.validate.min](https://cdn.syncfusion.com/js/assets/external/jquery.validate.min.js) script file should be referred for validation, for more details, refer [here](https://jqueryvalidation.org/documentation).
1515

1616
## Validation Rules
1717

aspnet-core/Button/Button-Type.md

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

10-
# Button Type
10+
# Button Type in ASP.NET Core Button
1111

1212
Button is used as normal clickable button, submitting form data, resetting the form data to its initial value. According to the usage of button, you can render the button in three types. Using the Type property, you can easily render the button in following types.
1313

aspnet-core/CheckBox/Easy-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Checkbox in binary states
5757

5858
## Enable Tri-State
5959

60-
Sometimes, it is essential for you to represent the answer in partially true state. To represent the partially true types, an indeterminate state option is present. The state between checked and unchecked state is called indeterminate state. For example, a Checkbox presented to select files to send via [FTP](http://en.wikipedia.org/wiki/File_Transfer_Protocol) can use a [tree view](http://en.wikipedia.org/wiki/Tree_view) so that files can be selected one at a time, or by folder. When only some of the files in a folder are selected, then the checkbox for that folder could be in indeterminate state.
60+
Sometimes, it is essential for you to represent the answer in partially true state. To represent the partially true types, an indeterminate state option is present. The state between checked and unchecked state is called indeterminate state. For example, a Checkbox presented to select files to send via [FTP](https://en.wikipedia.org/wiki/File_Transfer_Protocol) can use a [tree view](https://en.wikipedia.org/wiki/Tree_view) so that files can be selected one at a time, or by folder. When only some of the files in a folder are selected, then the checkbox for that folder could be in indeterminate state.
6161

6262
When you enable Tri-state, then the Checkbox includes the indeterminate state. The Checkbox has three states. Enable the enable-tri-state property specifies to enable or disable the Tri-State option for Checkbox.
6363

aspnet-core/CheckBox/Overview.md

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

10-
# Checkbox
10+
# Overview of ASP.NET Core Checkbox
1111

1212
The Essential ASP.NET Core Checkbox control allows you to check an option to perform an action. This control allows you to select true, false or an intermediate option. These checkboxes are supported with themes. The HTML check box control is rendered as Essential ASP.NET Core Checkbox control.
1313

aspnet-core/Configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ documentation: ug
99

1010
# Configuring Syncfusion Bower Packages
1111

12-
[Bower](http://bower.io) is a package manager for the Web. Syncfusion Bower package allows you to use the Syncfusion JavaScript Widgets in an efficient way.
12+
[Bower](https://bower.io/) is a package manager for the Web. Syncfusion Bower package allows you to use the Syncfusion JavaScript Widgets in an efficient way.
1313

1414
I>Syncfusion JavaScript Bower package is available as [public Git Repository](https://github.com/syncfusion/JavaScript-Widgets) and also registered as Syncfusion-JavaScript in the Bower registry.
1515

1616
### Bower Installation
1717

18-
To configure the Bower in your machine you need to install [node, npm](http://nodejs.org) and [git](http://git-scm.org). For more information to configure the Bower package please refer the official site for [bower](http://bower.io/#install-bower).
18+
To configure the Bower in your machine you need to install [node, npm](https://nodejs.org/) and [git](http://git-scm.org). For more information to configure the Bower package please refer the official site for [bower](https://bower.io/).
1919
Syncfusion JavaScript Bower package can be configured in the following ways.
2020

2121
1. Using command prompt.
@@ -88,7 +88,7 @@ Syncfusion JavaScript npm package is available as [public Git Repository](https:
8888

8989
### Syncfusion npm Installation
9090

91-
To configure the npm, install the [Nodejs](http://nodejs.org/) and update the npm. For more information to configure the npm packages refer the official site of [npm](https://docs.npmjs.com/getting-started/installing-node).
91+
To configure the npm, install the [Nodejs](https://nodejs.org/) and update the npm. For more information to configure the npm packages refer the official site of [npm](https://docs.npmjs.com/getting-started/installing-node/).
9292

9393
syncfusion-javascript npm package can be configured in following ways.
9494

@@ -167,7 +167,7 @@ npm update
167167

168168
### Overview
169169

170-
JSPM is a package manager for [SystemJS universal module loader](https://github.com/systemjs/systemjs), built on top of the dynamic [ES6 module loader](https://github.com/ModuleLoader/es6-module-loader). This can load any module format (ES6, AMD, CommonJS and globals) directly from any registry such as npm and GitHub with flat versioned dependency management. Any custom registry endpoints can be created through the Registry API.
170+
JSPM is a package manager for [SystemJS universal module loader](https://github.com/systemjs/systemjs), built on top of the dynamic [ES6 module loader](https://github.com/ModuleLoader/es-module-loader). This can load any module format (ES6, AMD, CommonJS and globals) directly from any registry such as npm and GitHub with flat versioned dependency management. Any custom registry endpoints can be created through the Registry API.
171171

172172
### Syncfusion JavaScript JSPM
173173

aspnet-core/Core-Concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Find the steps to configure the Syncfusion Components to particular language fro
256256

257257
## Accessibility
258258

259-
All the Essential JS UI widgets provide built-in compliance with the WAI-ARIA specifications. This ensures that the widgets work properly with assistive technologies. [WAI-ARIA](https://www.w3.org/WAI/PF/aria-practices/) compliance for the widgets have been achieved by providing proper keyboard navigation support as well as by defining the required ARIA attributes to the DOM elements.
259+
All the Essential JS UI widgets provide built-in compliance with the WAI-ARIA specifications. This ensures that the widgets work properly with assistive technologies. [WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/) compliance for the widgets have been achieved by providing proper keyboard navigation support as well as by defining the required ARIA attributes to the DOM elements.
260260

261261
For example, the ejButton widget, when created through JavaScript code will render in the web browser with HTML DOM elements (along with the assigned built-in ARIA attributes) as shown below,
262262

0 commit comments

Comments
 (0)