Skip to content

SEO-187681-ej2-page-with-redirect-javascript #363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: hotfix/hotfix-v27.1.48
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions ej2-javascript/js/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug
domainurl: ##DomainURL##
---

# Getting Started with Syncfusion JavaScript (ES5) UI control in a quickstart application
# Getting Started with quickstart application in JavaScript UI control

This section provides a step-by-step guide to configuring the Syncfusion JavaScript (ES5) UI control (Essential JS 2) and building a simple HTML web application.

Expand All @@ -21,7 +21,7 @@ To get started, ensure the following software to be installed in the machine.

* [Visual Studio Code](https://code.visualstudio.com/)

> Check out the [download and installation](https://ej2.syncfusion.com/javascript/documentation/installation-and-upgrade/download/) section of `Essential Studio JavaScript`. If you are using Syncfusion CDN resources to build your web application, you can skip the Essential Studio JavaScript prerequisite.
> Check out the [download and installation](https://ej2.syncfusion.com/javascript/documentation/installation-and-upgrade/download) section of `Essential Studio JavaScript`. If you are using Syncfusion CDN resources to build your web application, you can skip the Essential Studio JavaScript prerequisite.

## Set up development environment

Expand All @@ -37,7 +37,7 @@ You can access Syncfusion control resources using either of the following method

* [Using CDN link for scripts and styles](#using-cdn-link-for-scripts-and-styles)

> Syncfusion JavaScript controls have dependencies on other Syncfusion controls, so you must add these dependent control resources to use all their functionality. These dependencies are listed in the corresponding control's getting started documentation. For example, you can find the dependencies for the Grid control [here](https://ej2.syncfusion.com/javascript/documentation/grid/getting-started/#dependencies).
> Syncfusion JavaScript controls have dependencies on other Syncfusion controls, so you must add these dependent control resources to use all their functionality. These dependencies are listed in the corresponding control's getting started documentation. For example, you can find the dependencies for the Grid control [here](https://ej2.syncfusion.com/javascript/documentation/grid/getting-started#dependencies).

### Using local scripts and styles

Expand Down Expand Up @@ -96,7 +96,7 @@ You can access Syncfusion control resources using either of the following method
>
> Style reference for all controls: `**(installed location)**\Syncfusion\Essential Studio\JavaScript - EJ2\{RELEASE_VERSION}\Web (Essential JS 2)\JavaScript\ej2\material.css`

> Since this file includes all Syncfusion controls, it may impact the website's loading time. To reduce the size of the single file, you can generate custom scripts and styles for a set of specific Syncfusion JavaScript controls using the [Custom Resource Generator (CRG)](https://crg.syncfusion.com/) tool. This tool is useful for combining the required control scripts and styles into a single file. To know more about the CRG, refer to this [documentation](https://ej2.syncfusion.com/javascript/documentation/common/custom-resource-generator/).
> Since this file includes all Syncfusion controls, it may impact the website's loading time. To reduce the size of the single file, you can generate custom scripts and styles for a set of specific Syncfusion JavaScript controls using the [Custom Resource Generator (CRG)](https://crg.syncfusion.com/) tool. This tool is useful for combining the required control scripts and styles into a single file. To know more about the CRG, refer to this [documentation](https://ej2.syncfusion.com/javascript/documentation/common/custom-resource-generator).

* Once copy/paste the individual scripts and styles to the `~/quickstart/resources/` location. Add the required Grid control resources to the `~/quickstart/index.html` file in the following order.

Expand Down Expand Up @@ -277,12 +277,12 @@ Open the `~/quickstart/index.html` file in the web browser and it will render th

{% previewsample "page.domainurl/code-snippet/common/getting-started-cs2" %}

To learn more about the functionality of the Grid control, refer to the [Grid control](https://ej2.syncfusion.com/javascript/documentation/grid/getting-started/) section.
To learn more about the functionality of the Grid control, refer to the [Grid control](https://ej2.syncfusion.com/javascript/documentation/grid/getting-started) section.

> [View CDN link reference sample in github](https://github.com/SyncfusionExamples/ej2-quickstart/tree/master/CDN/quickstart)

> [View local script and style sample in github](https://github.com/SyncfusionExamples/ej2-quickstart/tree/master/local-resources/quickstart)

## See also

* [How to register Syncfusion license key in JavaScript(ES5) application](https://ej2.syncfusion.com/javascript/documentation/licensing/license-key-registration/)
* [How to register Syncfusion license key in JavaScript(ES5) application](https://ej2.syncfusion.com/javascript/documentation/licensing/license-key-registration)