From b35204d7a9498a2b0668c20b26feab4b925ccdb6 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Fri, 15 Sep 2023 09:05:09 +0300 Subject: [PATCH 1/5] SEO-175680-JS-UG-page-with-redirects-links --- js/Chart/Exporting.md | 2 +- js/TreeGrid/Columns.md | 4 ++-- js/Upgrade/how-to-upgrade.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js/Chart/Exporting.md b/js/Chart/Exporting.md index 764c4b87c..1f6ae8915 100644 --- a/js/Chart/Exporting.md +++ b/js/Chart/Exporting.md @@ -16,7 +16,7 @@ The exporting of the chart is done using the [`exportSettings`](../api/ejchart#m In client-side rendered chart can be exported as PNG image or as SVG file.The type of export is controlled by using the [`type`](../api/ejchart#members:exportsettings-type)property of the exportSettings. -* Export as PNG - The chart can be exported to image when it is rendered in HTML5 Canvas.To render a chart in canvas, set the [`enableCanvasRendering`](../api/ejchart#members:enablecanvasrendering) option to *true*. To export the chart, you can use the [`export`](../api/ejchart#methods:export) method of the chart. Refer to the online [`KB for exporting`](https://www.syncfusion.com/kb/5045) to know more about chart exporting. +* Export as PNG - The chart can be exported to image when it is rendered in HTML5 Canvas.To render a chart in canvas, set the [`enableCanvasRendering`](../api/ejchart#members:enablecanvasrendering) option to *true*. To export the chart, you can use the [`export`](../api/ejchart#methods:export) method of the chart. Refer to the online [`KB for exporting`](https://support.syncfusion.com/kb/article/4957/how-to-export-the-chart-in-javascript) to know more about chart exporting. * Export as SVG - Chart can be exported as SVG if it is rendered as a scalable vector graphics element. By default chart will be rendered as SVG. diff --git a/js/TreeGrid/Columns.md b/js/TreeGrid/Columns.md index 2a7c258bb..834aa2b8a 100644 --- a/js/TreeGrid/Columns.md +++ b/js/TreeGrid/Columns.md @@ -73,9 +73,9 @@ The following example shows how to specify the numeric format string to display {% endhighlight %} N> -For more numeric format strings, please refer this [link](https://msdn.microsoft.com/library/dwhawy9k(v=vs.100).aspx). +For more numeric format strings, please refer this [link](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/dwhawy9k(v=vs.100)?redirectedfrom=MSDN). -For more date format strings, please refer this [link](https://msdn.microsoft.com/library/az4se3k1(v=vs.100).aspx). +For more date format strings, please refer this [link](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/az4se3k1(v=vs.100)?redirectedfrom=MSDN). ## Defining column width diff --git a/js/Upgrade/how-to-upgrade.md b/js/Upgrade/how-to-upgrade.md index cb8418732..74a61ab22 100644 --- a/js/Upgrade/how-to-upgrade.md +++ b/js/Upgrade/how-to-upgrade.md @@ -13,7 +13,7 @@ Syncfusion releases new volumes once every three months, with exciting new featu You can upgrade to our latest version from any installed Syncfusion version. -See our "[**Upgrade Guide**](https://help.syncfusion.com/upgrade-guide/jquery-ui-widgets)" for JavaScript to learn more about the “Breaking Changes, Bug Fixes, Features and Knows Issues” between your current version and the latest version you are trying to upgrade. +See our "[**Upgrade Guide**](https://help.syncfusion.com/upgrade-guide/javascript-ui-controls)" for JavaScript to learn more about the “Breaking Changes, Bug Fixes, Features and Knows Issues” between your current version and the latest version you are trying to upgrade. ## Upgrading to the latest version @@ -22,7 +22,7 @@ The most recent version of Syncfusion JavaScript can be downloaded and installed ![Control Panel](Upgrade-images/upgrade-control-panel.png) -You can also upgrade to the latest version just by downloading and installing the products you require from [this](https://www.syncfusion.com/downloads/latest-version) link. The existing installed versions are not required to be uninstalled. +You can also upgrade to the latest version just by downloading and installing the products you require from [this](https://www.syncfusion.com/account/downloads) link. The existing installed versions are not required to be uninstalled. It is not required to install the Volume release before installing the Service Pack release. As releases for Volume and Service Packs work independently, you can install the latest version with major bug fixes directly. From 8a2aa95f9fbb9e7c47b6be6a80c4e276e0c39f01 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Mon, 25 Sep 2023 08:27:08 +0300 Subject: [PATCH 2/5] updated --- js/Chart/Exporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Chart/Exporting.md b/js/Chart/Exporting.md index 1f6ae8915..5448bc99c 100644 --- a/js/Chart/Exporting.md +++ b/js/Chart/Exporting.md @@ -10,7 +10,7 @@ api : /api/js/ejchart # Exporting in JavaScript Chart -The exporting of the chart is done using the [`exportSettings`](../api/ejchart#members:exportsettings) property. The chart export can be done in both client-side and in server-side.This can be modified by setting values to the property [`mode`](../api/ejchart#members:exportsettings-mode) in exporting. Default value for mode is client. +The exporting of the chart is done using the [`exportSettings`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings) property. The chart export can be done in both client-side and in server-side.This can be modified by setting values to the property [`mode`](../api/ejchart#members:exportsettings-mode) in exporting. Default value for mode is client. ## Client-side Exporting From 0289b4b1cbe5be87f800e029c49f1c3dac980bbd Mon Sep 17 00:00:00 2001 From: Edithabich Date: Wed, 27 Sep 2023 11:48:03 +0300 Subject: [PATCH 3/5] updated Api redirect links --- js/Chart/Exporting.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/js/Chart/Exporting.md b/js/Chart/Exporting.md index 5448bc99c..070a48212 100644 --- a/js/Chart/Exporting.md +++ b/js/Chart/Exporting.md @@ -10,13 +10,13 @@ api : /api/js/ejchart # Exporting in JavaScript Chart -The exporting of the chart is done using the [`exportSettings`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings) property. The chart export can be done in both client-side and in server-side.This can be modified by setting values to the property [`mode`](../api/ejchart#members:exportsettings-mode) in exporting. Default value for mode is client. +The exporting of the chart is done using the [`exportSettings`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings) property. The chart export can be done in both client-side and in server-side.This can be modified by setting values to the property [`mode`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings-mode) in exporting. Default value for mode is client. ## Client-side Exporting -In client-side rendered chart can be exported as PNG image or as SVG file.The type of export is controlled by using the [`type`](../api/ejchart#members:exportsettings-type)property of the exportSettings. +In client-side rendered chart can be exported as PNG image or as SVG file.The type of export is controlled by using the [`type`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings-type)property of the exportSettings. -* Export as PNG - The chart can be exported to image when it is rendered in HTML5 Canvas.To render a chart in canvas, set the [`enableCanvasRendering`](../api/ejchart#members:enablecanvasrendering) option to *true*. To export the chart, you can use the [`export`](../api/ejchart#methods:export) method of the chart. Refer to the online [`KB for exporting`](https://support.syncfusion.com/kb/article/4957/how-to-export-the-chart-in-javascript) to know more about chart exporting. +* Export as PNG - The chart can be exported to image when it is rendered in HTML5 Canvas.To render a chart in canvas, set the [`enableCanvasRendering`](https://help.syncfusion.com/api/js/ejchart#members:enablecanvasrendering) option to *true*. To export the chart, you can use the [`export`](https://help.syncfusion.com/api/js/ejchart#methods:export) method of the chart. Refer to the online [`KB for exporting`](https://support.syncfusion.com/kb/article/4957/how-to-export-the-chart-in-javascript) to know more about chart exporting. * Export as SVG - Chart can be exported as SVG if it is rendered as a scalable vector graphics element. By default chart will be rendered as SVG. @@ -62,7 +62,7 @@ Server-side operation can be done by using the server-side frameworks such as We * Create an MVC application and add a controller. * Add Syncfusion.EJ, Syncfusion.EJ.MVC and Syncfusion.EJ.Export as references to the application. * Parse the data from client in MVC controller and export the chart to client. -* Host the MVC application in your server and get the link for exporting action method. The [`action`](../api/ejchart#members:exportsettings-action) property is used for specifying the hosted link. Example: http://js.syncfusion.com/ExportingServices/api/JSChartExport/ExcelExport. +* Host the MVC application in your server and get the link for exporting action method. The [`action`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings-action) property is used for specifying the hosted link. Example: http://js.syncfusion.com/ExportingServices/api/JSChartExport/ExcelExport. * To pass client data to server-side, you need to call the export method and pass export type (either image or excel) and server-side URL as an argument. The third argument of the export method is a Boolean property that specifies whether only the current chart should be exported or all charts in page should be exported. {% highlight html %} @@ -269,11 +269,11 @@ Export multiple chart to excel at server-side ## Naming the exported file -ejChart provides options to customize the name of the file to be exported. This can be done by setting the name of the file to the property [`fileName`](../api/ejchart#members:exportsettings-filename) in exporting. +ejChart provides options to customize the name of the file to be exported. This can be done by setting the name of the file to the property [`fileName`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings-filename) in exporting. ## Rotating the chart -We can also rotate the chart and can export it. Possible angles of rotation are 0, 90, -90 and 180 degree. This can be achieved by setting values to the [`angle`](../api/ejchart#members:exportsettings-angle) property in exporting. +We can also rotate the chart and can export it. Possible angles of rotation are 0, 90, -90 and 180 degree. This can be achieved by setting values to the [`angle`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings-angle) property in exporting. {% highlight javascript %} @@ -289,11 +289,11 @@ We can also rotate the chart and can export it. Possible angles of rotation are ## Setting orientation for the document -This is applicable for PDF, excel and word documents. By setting values to the [`orientation`](../api/ejchart#members:exportsettings-orientation) property in exporting, we can change the orientation of those documents. By default it will export with portrait orientation. +This is applicable for PDF, excel and word documents. By setting values to the [`orientation`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings-orientation) property in exporting, we can change the orientation of those documents. By default it will export with portrait orientation. ### Multiple Chart Export -Multiple charts can be exported by setting the [`multipleExport`](../api/ejchart#members:exportsettings-multipleexport) property as true. +Multiple charts can be exported by setting the [`multipleExport`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings-multipleexport) property as true. {% highlight javascript %} From 851c4157bdf0db3f1740489c54cb9141953cae0d Mon Sep 17 00:00:00 2001 From: Edithabich Date: Thu, 28 Sep 2023 10:56:55 +0300 Subject: [PATCH 4/5] Resolved comment --- js/Chart/Exporting.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/js/Chart/Exporting.md b/js/Chart/Exporting.md index 070a48212..f370dde4d 100644 --- a/js/Chart/Exporting.md +++ b/js/Chart/Exporting.md @@ -10,13 +10,13 @@ api : /api/js/ejchart # Exporting in JavaScript Chart -The exporting of the chart is done using the [`exportSettings`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings) property. The chart export can be done in both client-side and in server-side.This can be modified by setting values to the property [`mode`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings-mode) in exporting. Default value for mode is client. +The exporting of the chart is done using the [`exportSettings`](../api/js/ejchart#members:exportsettings) property. The chart export can be done in both client-side and in server-side.This can be modified by setting values to the property [`mode`](../api/js/ejchart#members:exportsettings-mode) in exporting. Default value for mode is client. ## Client-side Exporting -In client-side rendered chart can be exported as PNG image or as SVG file.The type of export is controlled by using the [`type`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings-type)property of the exportSettings. +In client-side rendered chart can be exported as PNG image or as SVG file.The type of export is controlled by using the [`type`](../api/js/ejchart#members:exportsettings-type)property of the exportSettings. -* Export as PNG - The chart can be exported to image when it is rendered in HTML5 Canvas.To render a chart in canvas, set the [`enableCanvasRendering`](https://help.syncfusion.com/api/js/ejchart#members:enablecanvasrendering) option to *true*. To export the chart, you can use the [`export`](https://help.syncfusion.com/api/js/ejchart#methods:export) method of the chart. Refer to the online [`KB for exporting`](https://support.syncfusion.com/kb/article/4957/how-to-export-the-chart-in-javascript) to know more about chart exporting. +* Export as PNG - The chart can be exported to image when it is rendered in HTML5 Canvas.To render a chart in canvas, set the [`enableCanvasRendering`](../api/js/ejchart#members:enablecanvasrendering) option to *true*. To export the chart, you can use the [`export`](../api/js/ejchart#methods:export) method of the chart. Refer to the online [`KB for exporting`](https://support.syncfusion.com/kb/article/4957/how-to-export-the-chart-in-javascript) to know more about chart exporting. * Export as SVG - Chart can be exported as SVG if it is rendered as a scalable vector graphics element. By default chart will be rendered as SVG. @@ -62,7 +62,7 @@ Server-side operation can be done by using the server-side frameworks such as We * Create an MVC application and add a controller. * Add Syncfusion.EJ, Syncfusion.EJ.MVC and Syncfusion.EJ.Export as references to the application. * Parse the data from client in MVC controller and export the chart to client. -* Host the MVC application in your server and get the link for exporting action method. The [`action`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings-action) property is used for specifying the hosted link. Example: http://js.syncfusion.com/ExportingServices/api/JSChartExport/ExcelExport. +* Host the MVC application in your server and get the link for exporting action method. The [`action`](../api/js/ejchart#members:exportsettings-action) property is used for specifying the hosted link. Example: http://js.syncfusion.com/ExportingServices/api/JSChartExport/ExcelExport. * To pass client data to server-side, you need to call the export method and pass export type (either image or excel) and server-side URL as an argument. The third argument of the export method is a Boolean property that specifies whether only the current chart should be exported or all charts in page should be exported. {% highlight html %} @@ -269,11 +269,11 @@ Export multiple chart to excel at server-side ## Naming the exported file -ejChart provides options to customize the name of the file to be exported. This can be done by setting the name of the file to the property [`fileName`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings-filename) in exporting. +ejChart provides options to customize the name of the file to be exported. This can be done by setting the name of the file to the property [`fileName`](../api/js/ejchart#members:exportsettings-filename) in exporting. ## Rotating the chart -We can also rotate the chart and can export it. Possible angles of rotation are 0, 90, -90 and 180 degree. This can be achieved by setting values to the [`angle`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings-angle) property in exporting. +We can also rotate the chart and can export it. Possible angles of rotation are 0, 90, -90 and 180 degree. This can be achieved by setting values to the [`angle`](../api/js/ejchart#members:exportsettings-angle) property in exporting. {% highlight javascript %} @@ -289,11 +289,11 @@ We can also rotate the chart and can export it. Possible angles of rotation are ## Setting orientation for the document -This is applicable for PDF, excel and word documents. By setting values to the [`orientation`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings-orientation) property in exporting, we can change the orientation of those documents. By default it will export with portrait orientation. +This is applicable for PDF, excel and word documents. By setting values to the [`orientation`](../api/js/ejchart#members:exportsettings-orientation) property in exporting, we can change the orientation of those documents. By default it will export with portrait orientation. ### Multiple Chart Export -Multiple charts can be exported by setting the [`multipleExport`](https://help.syncfusion.com/api/js/ejchart#members:exportsettings-multipleexport) property as true. +Multiple charts can be exported by setting the [`multipleExport`](../api/js/ejchart#members:exportsettings-multipleexport) property as true. {% highlight javascript %} From 45bd099a4cbb6bfcb8baf2ce4aa27b17f6e66c9b Mon Sep 17 00:00:00 2001 From: Edithabich Date: Thu, 28 Sep 2023 11:06:04 +0300 Subject: [PATCH 5/5] SEO-175680-JS-UG-page-with-redirects-links --- js/Upgrade/how-to-upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Upgrade/how-to-upgrade.md b/js/Upgrade/how-to-upgrade.md index 74a61ab22..74ad3edca 100644 --- a/js/Upgrade/how-to-upgrade.md +++ b/js/Upgrade/how-to-upgrade.md @@ -22,7 +22,7 @@ The most recent version of Syncfusion JavaScript can be downloaded and installed ![Control Panel](Upgrade-images/upgrade-control-panel.png) -You can also upgrade to the latest version just by downloading and installing the products you require from [this](https://www.syncfusion.com/account/downloads) link. The existing installed versions are not required to be uninstalled. +You can also upgrade to the latest version just by downloading and installing the products you require from [this](https://www.syncfusion.com/downloads/latest-version) link. The existing installed versions are not required to be uninstalled. It is not required to install the Volume release before installing the Service Pack release. As releases for Volume and Service Packs work independently, you can install the latest version with major bug fixes directly.