Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions jsp/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ documentation: ug
4. JSP SampleBrowser will be launched under the default port 8080 (localhost: 8080/SampleBrowser/index.jsp).
5. Browse product samples using the Sample Browser.

![](Getting-Started_images/Getteing-Started_img5.PNG)
![Getting Started for js.](Getting-Started_images/Getteing-Started_img5.PNG)

### Steps to utilize Essential JS for JSP components in Dynamic web application with Eclipse environment

Expand All @@ -28,14 +28,14 @@ To use Essential JS for JSP in eclipse environment, follow the steps below:

1. Eclipse IDE with Apache Tomcat 7 configured

![](Getting-Started_images/Getteing-Started_img1.png)
![Essential JS for JSP in eclipse environment.](Getting-Started_images/Getteing-Started_img1.png)


2. Create a Dynamic web application in eclipse

* Choose File > New > Project....
* In the upcoming wizard choose Web > Dynamic Web Project.
![](Getting-Started_images/Getteing-Started_img2.PNG)
![Create a Dynamic web application in eclipse.](Getting-Started_images/Getteing-Started_img2.PNG)

And create a new Dynamic web project in eclipse.

Expand All @@ -61,7 +61,7 @@ To use Essential JS for JSP in eclipse environment, follow the steps below:

{% endhighlight %}

![](Getting-Started_images/Getteing-Started_img3.PNG)
![create a new Dynamic web project in eclipse.](Getting-Started_images/Getteing-Started_img3.PNG)

5. Now add the Essential JS for JSP source package from \SampleBrowser\WEB-INF\lib\syncfusion-taglib-[version].jar to your project's /WebContent/WEB-INF/lib folder.

Expand Down Expand Up @@ -100,7 +100,7 @@ To use Essential JS for JSP in eclipse environment, follow the steps below:
10. Finally, right-click your project’s in the Eclipse Project Explorer.

* Select Run As > Run on server.
![](Getting-Started_images/Getteing-Started_img4.PNG)
![the Eclipse Project Explorer.](Getting-Started_images/Getteing-Started_img4.PNG)



Expand Down
4 changes: 2 additions & 2 deletions jsp/Treeview/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Create the JSP file and add the below given code to render **TreeView** control.

You can execute the above code example to display the **TreeView** control.

![](Getting Started-images/TreeView_image1.png)
![Create a TreeView in JSP.](Getting Started-images/TreeView_image1.png)

## Data Binding

Expand Down Expand Up @@ -164,4 +164,4 @@ Refer the below code to render TreeView with local datasource.

Run the above code to get the following output.

![](Getting Started-images/TreeView_image2.png)
![The data for TreeView.](Getting Started-images/TreeView_image2.png)