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: js/Accessibility.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
@@ -9,7 +9,7 @@ documentation: ug
9
9
10
10
# Accessibility
11
11
12
-
All the Essential JS UI widgets provide built-in compliance with the [WAI-ARIA](http://www.w3.org/WAI/PF/aria-practices/) specifications. This ensures that the widgets work properly with assistive technologies. WAI-ARIA 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.
12
+
All the Essential JS UI widgets provide built-in compliance with the [WAI-ARIA](https://www.w3.org/WAI/PF/aria-practices/) specifications. This ensures that the widgets work properly with assistive technologies. WAI-ARIA 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.
13
13
14
14
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,
Copy file name to clipboardExpand all lines: js/Autocomplete/Data-Binding.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
@@ -122,7 +122,7 @@ Here ContactName and SupplierID fields are mapped with text and key [fields](htt
122
122
123
123
124
124
125
-
[ASP.NET Web API](https://msdn.microsoft.com/en-us/library/hh833994(v=vs.108).aspx) is a Framework for building HTTP services. You can retrieve data from ASP.NET Web API by using [ej.DataManager](https://help.syncfusion.com/js/datamanager/getting-started).
125
+
[ASP.NET Web API](https://learn.microsoft.com/en-us/previous-versions/aspnet/hh833994(v=vs.108)?redirectedfrom=MSDN) is a Framework for building HTTP services. You can retrieve data from ASP.NET Web API by using [ej.DataManager](https://help.syncfusion.com/js/datamanager/getting-started).
126
126
127
127
Here the ContactName field is mapped with text property of the field object.
Copy file name to clipboardExpand all lines: js/Autocomplete/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
@@ -68,7 +68,7 @@ Add links to the [CDN](https://help.syncfusion.com/js/cdn) Script files with dep
68
68
69
69
70
70
71
-
N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/custom-script-generator) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en) compression in your server.
71
+
N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/custom-script-generator) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip](https://web.dev/optimizing-content-efficiency-optimize-encoding-and-transfer/?hl=en) compression in your server.
Copy file name to clipboardExpand all lines: js/Autocomplete/Validation.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
@@ -13,7 +13,7 @@ api: /api/js/ejautocomplete
13
13
14
14
You can validate the Autocomplete [value](https://help.syncfusion.com/api/js/ejautocomplete#members:value) on form submission by applying [validationRules](https://help.syncfusion.com/api/js/ejautocomplete#members:validationrules) and [validationMessage](https://help.syncfusion.com/api/js/ejautocomplete#members:validationmessage) to the Autocomplete.
15
15
16
-
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).
16
+
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).
Copy file name to clipboardExpand all lines: js/CDN.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
@@ -9,7 +9,7 @@ documentation: ug
9
9
10
10
# CDN
11
11
12
-
The [CDN](http://en.wikipedia.org/wiki/Content_delivery_network) links are provided individually for all the scripts and style sheets of Syncfusion Essential JS components.
12
+
The [CDN](https://en.wikipedia.org/wiki/Content_delivery_network) links are provided individually for all the scripts and style sheets of Syncfusion Essential JS components.
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartcustomization/tooltiptemplate) here to view our online demo sample for setting Chart background image.
305
+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartcustomization/tooltiptemplate) here to view our online demo sample for setting Chart background image.
306
306
307
307
308
308
**Chart area background**
@@ -384,7 +384,7 @@ You can provide different color for alternate grid rows and columns formed by th
384
384
385
385

386
386
387
-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartaxes/alternategridband) here to view the alternate grid band online demo sample.
387
+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartaxes/alternategridband) here to view the alternate grid band online demo sample.
0 commit comments