You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetmvc/Accessibility.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,19 +18,19 @@ The WAI-ARIA specification suite defines a set of roles, states, and properties
18
18
19
19
This section describes about the approaches followed to make the widgets accessible using the Roles, States, and Properties defined by WAI-ARIA specifications. The WAI-ARIA specifications recommends several attributes to be used along with the DOM element structure to make it accessible.
20
20
21
-
The common widgets that can be made accessible by using the WAI-ARIA are listed [here](https://www.w3.org/TR/wai-aria-practices-1.1/). The various ARIA attributes that are used to make the widgets accessible are listed [here](https://msdn.microsoft.com/en-us/library/hh801958%28v=vs.85%29.aspx).
21
+
The common widgets that can be made accessible by using the WAI-ARIA are listed [here](https://www.w3.org/WAI/ARIA/apg/). The various ARIA attributes that are used to make the widgets accessible are listed [here](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA).
22
22
23
23
The basic steps for converting a common widget into accessible are as follows:
24
24
25
-
1. Choose the appropriate [role](https://www.w3.org/WAI/PF/aria/roles.html) for your widget that defines the general component type. For example, if you need to create a button, set the role to the button.
25
+
1. Choose the appropriate [role](https://www.w3.org/TR/wai-aria/) for your widget that defines the general component type. For example, if you need to create a button, set the role to the button.
2. Once the role is selected, now you can set its state/properties avails for it from the link given [here](https://www.w3.org/WAI/PF/aria/states_and_properties#aria-describedby).
33
+
2. Once the role is selected, now you can set its state/properties avails for it from the link given [here](https://www.w3.org/TR/wai-aria/#aria-describedby).
34
34
35
35
{% highlight html %}
36
36
@@ -42,7 +42,7 @@ i. The above code will make the button widget accessible, as it was defined with
42
42
ii. The property aria-describedby has been assigned with some related button text that denotes the button description to be notified to the user.
43
43
44
44
N> Note: If your button is a togglebutton, it can be defined with an additional aria-pressed state, that returns the value true if the button undergoes toggling, else the state remains as false.<BR>
45
-
An example with button control that has been made accessible can be referred from this [link](https://www.w3.org/TR/wai-aria-practices-1.1/examples/button/button.html).
45
+
An example with button control that has been made accessible can be referred from this [link](https://www.w3.org/WAI/ARIA/apg/patterns/button/examples/button/).
Copy file name to clipboardExpand all lines: aspnetmvc/Configuration-and-Deployment.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ documentation: ug
13
13
14
14
### Overview
15
15
16
-
The [Bower](http://bower.io) is a package manager for the Web. Syncfusion Bower package allows to use the Syncfusion JavaScript Widgets in an efficient way.
16
+
The [Bower](https://bower.io/) is a package manager for the Web. Syncfusion Bower package allows to use the Syncfusion JavaScript Widgets in an efficient way.
17
17
18
18
I>Syncfusion JavaScript Bower package is available in [public Git Repository](https://github.com/syncfusion/JavaScript-Widgets) and also registered as Syncfusion-JavaScript in the Bower registry.
19
19
20
20
### Bower Installation
21
21
22
-
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 to the official site for [bower](http://bower.io/#install-bower).
22
+
To configure the Bower in your machine you need to install [node, npm](https://nodejs.org/) and [git](https://git-scm.com/). For more information to configure the Bower package, please refer to the official site for [bower](https://bower.io/#install-bower).
23
23
Syncfusion JavaScript Bower package can be configured in the following ways.
24
24
25
25
1. Using command prompt.
@@ -92,7 +92,7 @@ Syncfusion JavaScript npm package is available in [public Git Repository](https:
92
92
93
93
### Syncfusion npm Installation
94
94
95
-
To configure the npm, install the [Nodejs](http://nodejs.org/) and update the npm. For more information to configure the npm packages refer to the official site of [npm](https://docs.npmjs.com/getting-started/installing-node).
95
+
To configure the npm, install the [Nodejs](https://nodejs.org/) and update the npm. For more information to configure the npm packages refer to the official site of [npm](https://docs.npmjs.com/getting-started/installing-node/).
96
96
97
97
The syncfusion-javascript npm package can be configured by the following ways.
98
98
@@ -171,7 +171,7 @@ npm update
171
171
172
172
### Overview
173
173
174
-
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.
174
+
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.
Copy file name to clipboardExpand all lines: aspnetmvc/Dependencies.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2457,4 +2457,4 @@ The complete list of EJ icons are listed in the following table. You have to use
2457
2457
2458
2458
## CDN
2459
2459
2460
-
In case, if the users need to make use of the CDN links instead of the normal above specified scripts and stylesheet references in their application, then have a look at the link [here](http://help.syncfusion.com/js/cdn).
2460
+
In case, if the users need to make use of the CDN links instead of the normal above specified scripts and stylesheet references in their application, then have a look at the link [here](https://help.syncfusion.com/js/cdn).
Copy file name to clipboardExpand all lines: aspnetmvc/Introduction.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,16 @@ The **Syncfusion Essential Studio for ASP.NET MVC** is a set of server-side wrap
16
16
## How to best read this User Guide
17
17
18
18
* The best way to get started is to read the common "[Getting Started](/aspnetmvc/getting-started)" document for the component that you would like to start using first. The "Getting Started" guide gives enough information that you need to know before starting to write code. This is the only section that is recommended to read end-to-end before starting to write code, all the other information can be referred when needed.
19
-
* Once you get familiar with the basics of using the component, the next step will be to start integrating the component into your application. A good starting point will be to refer to the code snippets in the [online sample browser](https://mvc.syncfusion.com/demos/web) that contains hundreds of code samples, it is very likely that you will find a code sample that resembles your intended usage scenario.
19
+
* Once you get familiar with the basics of using the component, the next step will be to start integrating the component into your application. A good starting point will be to refer to the code snippets in the [online sample browser](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) that contains hundreds of code samples, it is very likely that you will find a code sample that resembles your intended usage scenario.
20
20
* After integrating the component into your application using one of the sample code snippets as a starting point, it is likely that you would need additional information on specific features and API. The best option will be to search a specific topic using the search box that is available at the top of the user guide.
21
21
* Another valuable resource is the [API reference](https://help.syncfusion.com/cr/aspnetmvc/dociohelper) that provides detailed information on the object hierarchy as well as the settings available on every object.
22
22
23
23
## Additional Help Resources
24
24
25
-
* The [Knowledge Base](https://www.syncfusion.com/kb/aspnetmvc) section contains responses to some of the most common questions that other customers have asked us before. So this will be a good place to search for topics that are not covered in the user guide.
26
-
* Similar to the [Knowledge Base](https://www.syncfusion.com/kb/aspnetmvc), the [forum](https://www.syncfusion.com/forums/aspnetmvc) section also contains responses to questions that other customers have asked us before.
25
+
* The [Knowledge Base](https://support.syncfusion.com/kb/retiredproducts/category/89) section contains responses to some of the most common questions that other customers have asked us before. So this will be a good place to search for topics that are not covered in the user guide.
26
+
* Similar to the [Knowledge Base](https://support.syncfusion.com/kb/retiredproducts/category/89), the [forum](https://www.syncfusion.com/forums/aspnetmvc) section also contains responses to questions that other customers have asked us before.
27
27
28
28
## Create a Support Incident
29
29
30
-
If you are still not able to find the information that you are looking for in the self-help resources mentioned above, please [contact us](https://www.syncfusion.com/support) by creating a support ticket.
30
+
If you are still not able to find the information that you are looking for in the self-help resources mentioned above, please [contact us](https://support.syncfusion.com/) by creating a support ticket.
Copy file name to clipboardExpand all lines: aspnetmvc/RadialMenu/Getting-Started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ documentation: ug
11
11
12
12
## Creating your first RadialMenu in MVC application
13
13
14
-
1. Create an MVC Project and add necessary assemblies, scripts and CSS files given in [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/getting-started#manual-integration-of-syncfusion-mvc-components-into-newexisting-mvc-applications) Documentation.
14
+
1. Create an MVC Project and add necessary assemblies, scripts and CSS files given in [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/getting-started#manual-integration-of-syncfusion-mvc-components-into-newexisting-mvc-applications) Documentation.
15
15
16
16
2. Add RadialMenu control using the helper from EJ namespace.
17
17
@@ -35,7 +35,7 @@ documentation: ug
35
35
36
36
The following steps guide you to add a **Radial Menu** control.
37
37
38
-
Create a MVC Project and add the necessary DLL and scripts with the help of the given [MVC Getting Started](http://help.syncfusion.com/aspnetmvc/getting-started) documentation.
38
+
Create a MVC Project and add the necessary DLL and scripts with the help of the given [MVC Getting Started](https://help.syncfusion.com/aspnetmvc/getting-started) documentation.
39
39
40
40
Add the following code snippet in corresponding View page to render the RadialMenu.
Copy file name to clipboardExpand all lines: aspnetmvc/RadialSlider/Getting-Started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ documentation: ug
11
11
12
12
## Creating your first RadialSlider in MVC application
13
13
14
-
1. Create an MVC Project and add necessary assemblies, scripts and CSS files given in [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/getting-started#manual-integration-of-syncfusion-mvc-components-into-newexisting-mvc-applications) Documentation.
14
+
1. Create an MVC Project and add necessary assemblies, scripts and CSS files given in [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/getting-started#manual-integration-of-syncfusion-mvc-components-into-newexisting-mvc-applications) Documentation.
15
15
16
16
2. Add RadialSlider control using the helper from EJ namespace.
Copy file name to clipboardExpand all lines: aspnetmvc/RadioButton/Getting-Started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -504,7 +504,7 @@ The whole purpose of Radio Button is to enable you to make one selection, only o
504
504
505
505
You can make only one selection from the group of radio buttons. All radio buttons in that group need to share the same name. This tells the form handler, the name of the group, and the value of the selected Radio Button.
506
506
507
-
Radio Button is [mutually exclusive](http://en.wikipedia.org/wiki/Mutually_exclusive_events); that is, when you select a radio button, any previously selected radio buttons in the same group become deselected.
507
+
Radio Button is [mutually exclusive](https://en.wikipedia.org/wiki/Mutually_exclusive_events); that is, when you select a radio button, any previously selected radio buttons in the same group become deselected.
508
508
509
509
For example, when you want to choose between a groups of colors, you can create Radio Buttons for each color. You can give all the radio buttons the same name, for example, "preferred_color", but you must give each radio button a different value, for example, "red".
0 commit comments