diff --git a/ej2-javascript/3D-chart/js/es5-getting-started.md b/ej2-javascript/3D-chart/js/es5-getting-started.md
index 7d4031eaf..df97367ea 100644
--- a/ej2-javascript/3D-chart/js/es5-getting-started.md
+++ b/ej2-javascript/3D-chart/js/es5-getting-started.md
@@ -35,20 +35,20 @@ Refer the following steps for setup your local environment.
**Step 2:** Create **myapp/resources** folder to store local scripts and styles files.
-**Step 3:** Create **myapp/index.js** and **myapp/index.html** files for initializing Essential JS 2 3D Chart control.
+**Step 3:** Create **myapp/index.js** and **myapp/index.html** files for initializing Essential® JS 2 3D Chart control.
-## Adding Syncfusion resources
+## Adding Syncfusion® resources
-The Essential JS 2 3D Chart control can be initialized by using either of the following ways.
+The Essential® JS 2 3D Chart control can be initialized by using either of the following ways.
* Using local script.
* Using CDN link for script.
### Using local script
-You can get the global scripts and styles from the [Essential Studio JavaScript (Essential JS 2)](https://www.syncfusion.com/downloads/essential-js2) build installed location.
+You can get the global scripts and styles from the [Essential Studio® JavaScript (Essential® JS 2)](https://www.syncfusion.com/downloads/essential-js2) build installed location.
-After installing the Essential JS 2 product build, you can copy the chart and its dependencies scripts and style file into the **resources/scripts** and **resources/styles** folder.
+After installing the Essential® JS 2 product build, you can copy the chart and its dependencies scripts and style file into the **resources/scripts** and **resources/styles** folder.
Refer the below code to find location chart's script and style file.
@@ -123,7 +123,7 @@ The below html code example shows the minimal dependency of chart.
Now, you can start adding 3D Chart control in the application. For getting started, add a **div** element for 3D Chart control in **index.html**. Then refer the **index.js** file into the **index.html** file.
-In this document context we are going to use **ej2.min.js** which includes all the Essential JS 2 components and its dependent scripts.
+In this document context we are going to use **ej2.min.js** which includes all the Essential® JS 2 components and its dependent scripts.
```html
diff --git a/ej2-javascript/3D-chart/ts/getting-started.md b/ej2-javascript/3D-chart/ts/getting-started.md
index 9d60f98a3..8e3b12b4c 100644
--- a/ej2-javascript/3D-chart/ts/getting-started.md
+++ b/ej2-javascript/3D-chart/ts/getting-started.md
@@ -11,7 +11,7 @@ domainurl: ##DomainURL##
# Getting started in ##Platform_Name## 3D Chart control
-This section explains how to create a simple 3D Chart and configure its available functionalities in TypeScript using Essential JS 2 [quickstart](https://github.com/SyncfusionExamples/ej2-quickstart-webpack) seed repository.
+This section explains how to create a simple 3D Chart and configure its available functionalities in TypeScript using Essential® JS 2 [quickstart](https://github.com/SyncfusionExamples/ej2-quickstart-webpack) seed repository.
> This application is integrated with the `webpack.config.js` configuration and uses the latest version of the [webpack-cli](https://webpack.js.org/api/cli/#commands). It requires node `v14.15.0` or higher. For more information about webpack and its features, refer to the [webpack documentation](https://webpack.js.org/guides/getting-started/).
@@ -31,7 +31,7 @@ Below is the list of minimum dependencies required to use the 3D Chart.
## Set up development environment
-Open the command prompt from the required directory, and run the following command to clone the Syncfusion JavaScript (Essential JS 2) quickstart project from [GitHub](https://github.com/SyncfusionExamples/ej2-quickstart-webpack).
+Open the command prompt from the required directory, and run the following command to clone the Syncfusion® JavaScript (Essential® JS 2) quickstart project from [GitHub](https://github.com/SyncfusionExamples/ej2-quickstart-webpack).
{% tabs %}
{% highlight bash tabtitle="CMD" %}
@@ -51,9 +51,9 @@ cd ej2-quickstart
{% endhighlight %}
{% endtabs %}
-## Add Syncfusion JavaScript packages
+## Add Syncfusion® JavaScript packages
-Syncfusion JavaScript (Essential JS 2) packages are available on the [npmjs.com](https://www.npmjs.com/~syncfusionorg) public registry. You can install all Syncfusion JavaScript (Essential JS 2) controls in a single [@syncfusion/ej2](https://www.npmjs.com/package/@syncfusion/ej2) package or individual packages for each control.
+Syncfusion® JavaScript (Essential® JS 2) packages are available on the [npmjs.com](https://www.npmjs.com/~syncfusionorg) public registry. You can install all Syncfusion® JavaScript (Essential® JS 2) controls in a single [@syncfusion/ej2](https://www.npmjs.com/package/@syncfusion/ej2) package or individual packages for each control.
The quickstart application is preconfigured with the dependent [@syncfusion/ej2](https://www.npmjs.com/package/@syncfusion/ej2) package in the `~/package.json` file. Use the following command to install the dependent npm packages from the command prompt.
@@ -67,7 +67,7 @@ npm install
## Add 3D Chart to the project
-Open the application in Visual Studio Code and add the Syncfusion JavaScript UI controls.
+Open the application in Visual Studio Code and add the Syncfusion® JavaScript UI controls.
Add the HTML div tag with its `id` attribute as `element` in your `~/src/index.html` file to initialize the 3D Chart.
diff --git a/ej2-javascript/accumulation-chart/accessibility.md b/ej2-javascript/accumulation-chart/accessibility.md
index 7d5bdd27d..b8f15c036 100644
--- a/ej2-javascript/accumulation-chart/accessibility.md
+++ b/ej2-javascript/accumulation-chart/accessibility.md
@@ -77,4 +77,4 @@ The accessibility compliance of the Accumulation chart control is shown in the f
## See also
-* [Accessibility in Syncfusion ##Platform_Name## controls](../common/accessibility)
\ No newline at end of file
+* [Accessibility in Syncfusion® ##Platform_Name## controls](../common/accessibility)
\ No newline at end of file
diff --git a/ej2-javascript/accumulation-chart/ej1-api-migration.md b/ej2-javascript/accumulation-chart/ej1-api-migration.md
index 0b9c7a233..eb9dcb521 100644
--- a/ej2-javascript/accumulation-chart/ej1-api-migration.md
+++ b/ej2-javascript/accumulation-chart/ej1-api-migration.md
@@ -11,7 +11,7 @@ domainurl: ##DomainURL##
# Ej1 api migration in ##Platform_Name## Accumulation chart control
-This article describes the API migration process of Chart component from Essential JS 1 to Essential JS 2.
+This article describes the API migration process of Chart component from Essential® JS 1 to Essential® JS 2.
## Accumulation Chart
@@ -19,8 +19,8 @@ This article describes the API migration process of Chart component from Essenti
| Behaviour |
-API in Essential JS 1 |
-API in Essential JS 2 |
+API in Essential® JS 1 |
+API in Essential® JS 2 |
@@ -491,8 +491,8 @@ pie.appendTo('#chart');
| Behaviour |
-API in Essential JS 1 |
-API in Essential JS 2 |
+API in Essential® JS 1 |
+API in Essential® JS 2 |
@@ -762,8 +762,8 @@ chart.appendTo('#chart');
| Behaviour |
-API in Essential JS 1 |
-API in Essential JS 2 |
+API in Essential® JS 1 |
+API in Essential® JS 2 |
@@ -1594,8 +1594,8 @@ chart.appendTo('#chart);
| Behaviour |
-API in Essential JS 1 |
-API in Essential JS 2 |
+API in Essential® JS 1 |
+API in Essential® JS 2 |
@@ -1849,8 +1849,8 @@ chart.appendTo('#chart);
| Behaviour |
-API in Essential JS 1 |
-API in Essential JS 2 |
+API in Essential® JS 1 |
+API in Essential® JS 2 |
@@ -2356,8 +2356,8 @@ Not applicable
| Behaviour |
-API in Essential JS 1 |
-API in Essential JS 2 |
+API in Essential® JS 1 |
+API in Essential® JS 2 |
@@ -2509,8 +2509,8 @@ chart.removeSeries();
| Behaviour |
-API in Essential JS 1 |
-API in Essential JS 2 |
+API in Essential® JS 1 |
+API in Essential® JS 2 |
diff --git a/ej2-javascript/accumulation-chart/getting-started.md b/ej2-javascript/accumulation-chart/getting-started.md
index bcb66f8b3..33f3ac15f 100644
--- a/ej2-javascript/accumulation-chart/getting-started.md
+++ b/ej2-javascript/accumulation-chart/getting-started.md
@@ -30,7 +30,7 @@ The list of minimum dependencies required to use an accumulation chart are follo
## Installation and Configuration
-* To get started with accumulation chart component, clone the [`Essential JS 2 quickstart`](https://github.com/syncfusion/ej2-quickstart.git) project, and install necessary packages by using the following commands:
+* To get started with accumulation chart component, clone the [Essential® JS 2 quickstart](https://github.com/syncfusion/ej2-quickstart.git) project, and install necessary packages by using the following commands:
```
git clone https://github.com/syncfusion/ej2-quickstart.git quickstart
@@ -72,7 +72,7 @@ System.config({
```
> The [project](https://github.com/syncfusion/ej2-quickstart.git) is preconfigured with common settings
-(`src/styles/styles.css, system.config.js`) to start with all Essential JS 2 components.
+(`src/styles/styles.css, system.config.js`) to start with all Essential® JS 2 components.
## Add Accumulation Chart to the Project
diff --git a/ej2-javascript/accumulation-chart/js/es5-getting-started.md b/ej2-javascript/accumulation-chart/js/es5-getting-started.md
index 495d7a06f..2e3bdd4bf 100644
--- a/ej2-javascript/accumulation-chart/js/es5-getting-started.md
+++ b/ej2-javascript/accumulation-chart/js/es5-getting-started.md
@@ -36,20 +36,20 @@ Refer the following steps for setup your local environment.
**Step 2:** Create **myapp/resources** folder to store local scripts and styles files.
-**Step 3:** Create **myapp/index.js** and **myapp/index.html** files for initializing Essential JS 2 Accumulation Chart control.
+**Step 3:** Create **myapp/index.js** and **myapp/index.html** files for initializing Essential® JS 2 Accumulation Chart control.
-## Adding Syncfusion resources
+## Adding Syncfusion® resources
-The Essential JS 2 Accumulation Chart control can be initialized by using either of the following ways.
+The Essential® JS 2 Accumulation Chart control can be initialized by using either of the following ways.
* Using local script.
* Using CDN link for script.
### Using local script
-You can get the global scripts and styles from the [Essential Studio JavaScript (Essential JS 2)](https://www.syncfusion.com/downloads/essential-js2) build installed location.
+You can get the global scripts and styles from the [Essential Studio® JavaScript (Essential® JS 2)](https://www.syncfusion.com/downloads/essential-js2) build installed location.
-After installing the Essential JS 2 product build, you can copy the chart and its dependencies scripts and style file into the **resources/scripts** and **resources/styles** folder.
+After installing the Essential® JS 2 product build, you can copy the chart and its dependencies scripts and style file into the **resources/scripts** and **resources/styles** folder.
Refer the below code to find location accumulation chart's script and style file.
@@ -124,7 +124,7 @@ The below html code example shows the minimal dependency of chart.
Now, you can start adding accumulation chart control in the application. For getting started, add a **div** element for Chart control in **index.html**. Then refer the **index.js** file into the **index.html** file.
-In this document context we are going to use **ej2.min.js** which includes all the Essential JS 2 components and its dependent scripts.
+In this document context we are going to use **ej2.min.js** which includes all the Essential® JS 2 components and its dependent scripts.
```html
diff --git a/ej2-javascript/accumulation-chart/ts/getting-started.md b/ej2-javascript/accumulation-chart/ts/getting-started.md
index 7d7dd40ef..3a12c5013 100644
--- a/ej2-javascript/accumulation-chart/ts/getting-started.md
+++ b/ej2-javascript/accumulation-chart/ts/getting-started.md
@@ -12,7 +12,7 @@ domainurl: ##DomainURL##
# Getting started in ##Platform_Name## Accumulation chart control
-This article provides a step-by-step guide to configuring the Syncfusion JavaScript (Essential JS 2) library and building a simple JavaScript web application using the GitHub [quickstart](https://github.com/SyncfusionExamples/ej2-quickstart-webpack-) seed repository.
+This article provides a step-by-step guide to configuring the Syncfusion® JavaScript (Essential® JS 2) library and building a simple JavaScript web application using the GitHub [quickstart](https://github.com/SyncfusionExamples/ej2-quickstart-webpack-) seed repository.
> This application is integrated with the `webpack.config.js` configuration and uses the latest version of the [webpack-cli](https://webpack.js.org/api/cli/#commands). It requires node `v14.15.0` or higher. For more information about webpack and its features, refer to the [webpack documentation](https://webpack.js.org/guides/getting-started/).
@@ -32,7 +32,7 @@ The list of minimum dependencies required to use an accumulation chart are follo
## Set up development environment
-Open the command prompt from the required directory, and run the following command to clone the Syncfusion JavaScript (Essential JS 2) quickstart project from [GitHub](https://github.com/SyncfusionExamples/ej2-quickstart-webpack-).
+Open the command prompt from the required directory, and run the following command to clone the Syncfusion® JavaScript (Essential® JS 2) quickstart project from [GitHub](https://github.com/SyncfusionExamples/ej2-quickstart-webpack-).
{% tabs %}
{% highlight bash tabtitle="CMD" %}
@@ -52,9 +52,9 @@ cd ej2-quickstart
{% endhighlight %}
{% endtabs %}
-## Add Syncfusion JavaScript packages
+## Add Syncfusion® JavaScript packages
-Syncfusion JavaScript (Essential JS 2) packages are available on the [npmjs.com](https://www.npmjs.com/~syncfusionorg) public registry. You can install all Syncfusion JavaScript (Essential JS 2) controls in a single [@syncfusion/ej2](https://www.npmjs.com/package/@syncfusion/ej2) package or individual packages for each control.
+Syncfusion® JavaScript (Essential® JS 2) packages are available on the [npmjs.com](https://www.npmjs.com/~syncfusionorg) public registry. You can install all Syncfusion® JavaScript (Essential® JS 2) controls in a single [@syncfusion/ej2](https://www.npmjs.com/package/@syncfusion/ej2) package or individual packages for each control.
The quickstart application is preconfigured with the dependent [@syncfusion/ej2](https://www.npmjs.com/package/@syncfusion/ej2) package in the `~/package.json` file. Use the following command to install the dependent npm packages from the command prompt.
@@ -68,7 +68,7 @@ npm install
## Add Accumulation Chart to the Project
-Open the application in Visual Studio Code and add the Syncfusion JavaScript UI controls.
+Open the application in Visual Studio Code and add the Syncfusion® JavaScript UI controls.
Add the HTML div tag with its `id` attribute as `element` in your `~/src/index.html` file to initialize the Accumulation chart.
diff --git a/ej2-javascript/ai-assistview/accessibility.md b/ej2-javascript/ai-assistview/accessibility.md
index c92328752..3ebe7f564 100644
--- a/ej2-javascript/ai-assistview/accessibility.md
+++ b/ej2-javascript/ai-assistview/accessibility.md
@@ -74,4 +74,4 @@ The AI AssistView control's accessibility levels are ensured through an [accessi
## See also
-* [Accessibility in Syncfusion controls](../common/accessibility)
+* [Accessibility in Syncfusion® controls](../common/accessibility)
diff --git a/ej2-javascript/ai-assistview/js/es5-getting-started.md b/ej2-javascript/ai-assistview/js/es5-getting-started.md
index 63228d9ee..1feff443b 100644
--- a/ej2-javascript/ai-assistview/js/es5-getting-started.md
+++ b/ej2-javascript/ai-assistview/js/es5-getting-started.md
@@ -11,7 +11,7 @@ domainurl: ##DomainURL##
# Es5 getting started in ##Platform_Name## AI AssistView control
-The Essential JS 2 for JavaScript (global script) is an ES5 formatted pure JavaScript framework which can be directly used in latest web browsers.
+The Essential® JS 2 for JavaScript (global script) is an ES5 formatted pure JavaScript framework which can be directly used in latest web browsers.
## Dependencies
@@ -35,7 +35,7 @@ The JavaScript (ES5) AI AssistView control can be initialized by using either of
**Step 1:** Create an app folder `quickstart` for getting started.
-**Step 2:** You can get the global scripts and styles from the [Essential Studio JavaScript (Essential JS 2)](https://www.syncfusion.com/downloads/essential-js2) build installed location.
+**Step 2:** You can get the global scripts and styles from the [Essential Studio® JavaScript (Essential® JS 2)](https://www.syncfusion.com/downloads/essential-js2) build installed location.
**Syntax:**
> Dependency Script: `**(installed location)**\Syncfusion\Essential Studio\JavaScript - EJ2\{RELEASE_VERSION}\Web (Essential JS 2)\JavaScript\{DEPENDENCY_PACKAGE_NAME}\dist\global\{DEPENDENCY_PACKAGE_NAME}.min.js`
@@ -56,7 +56,7 @@ The JavaScript (ES5) AI AssistView control can be initialized by using either of
>
> Control Styles: `C:\Program Files (x86)\Syncfusion\Essential Studio\JavaScript - EJ2\16.3.0.17\Web (Essential JS 2)\JavaScript\ej2-interactive-chat\styles\material.css`
-The below located script and style file contains all Syncfusion JavaScript (ES5) UI control resources in a single file.
+The below located script and style file contains all Syncfusion® JavaScript (ES5) UI control resources in a single file.
> Scripts: `**(installed location)**\Syncfusion\Essential Studio\JavaScript - EJ2\{RELEASE_VERSION}\Web (Essential JS 2)\JavaScript\ej2\dist\ej2.min.js`
>
@@ -66,7 +66,7 @@ The [`Custom Resource Generator (CRG)`](https://crg.syncfusion.com/) is an onlin
**Step 3:** Create a folder `~/quickstart/resources` and copy/paste the global scripts and styles from the above installed location to `~/quickstart/resources/package` corresponding package location.
-**Step 4:** Create a HTML page (index.html) in `~/quickstart/index.html` location and add the Essentials JS 2 script and style references.
+**Step 4:** Create a HTML page (index.html) in `~/quickstart/index.html` location and add the Essential® JS 2 script and style references.
```html
@@ -149,7 +149,7 @@ The [`Custom Resource Generator (CRG)`](https://crg.syncfusion.com/) is an onlin