Upgrade API to 3.2 latest version.

766
5
Jump to solution
09-24-2012 08:56 PM
SunilPalkar
Occasional Contributor
Hello All,

I am using Java script API 3.0 version on my machine and I want to upgrade it to 3.2.

How do I proceed ? I have gone through following article

"No need to download and re-install the API when new versions are released. You just need to modify the script tag in your application to point to the new version."

I have installed it on my local machine and using internal map services as base map.

Thanks in advance : )
0 Kudos
1 Solution

Accepted Solutions
SunilPalkar
Occasional Contributor
Hi Stephen,

You are simply great !!! ...Thanks for your prompt reply !!!

Thank you : )





Hi Steve,

In your HTML there'll be a pointer to the API - update this to point to the 3.2 version:


 <script type="text/javascript" src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=3.2"></script>
Steve

View solution in original post

0 Kudos
5 Replies
StephenLead
Regular Contributor III
Hi Steve,

In your HTML there'll be a pointer to the API - update this to point to the 3.2 version:


 <script type="text/javascript" src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=3.2"></script>
Steve
0 Kudos
SunilPalkar
Occasional Contributor
Hi Stephen,

You are simply great !!! ...Thanks for your prompt reply !!!

Thank you : )





Hi Steve,

In your HTML there'll be a pointer to the API - update this to point to the 3.2 version:


 <script type="text/javascript" src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=3.2"></script>
Steve
0 Kudos
derekswingley1
Frequent Contributor
You'll also want to add a <link> tag for esri.css. This is new with 3.2:
<link rel="stylesheet" href="http://serverapi.arcgisonline.com/jsapi/arcgis/3.2/js/esri/css/esri.css">


More info here:  http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/css.htm
0 Kudos
SunilPalkar
Occasional Contributor
Dear Derek,

Good Morning,

Thanks for the reply...one small sub-question...is there any getting started material for this API ?  I am new beginner  for this Java Script API ( I am familiar to Server and Desktop 10.0)

Also I found that many people (Even I am also) customizing the sample code and using in our applications is that a correct way to get start ?

Support person told me that start doing customization ..Is this best way to get start..is that true ?

As always your support is the outstanding  in the world.. hats off to you all : )

Thanks a lot for replying to my question.. have a nice day !!!


You'll also want to add a <link> tag for esri.css. This is new with 3.2:
<link rel="stylesheet" href="http://serverapi.arcgisonline.com/jsapi/arcgis/3.2/js/esri/css/esri.css">


More info here:  http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/css.htm
0 Kudos
derekswingley1
Frequent Contributor

Thanks for the reply...one small sub-question...is there any getting started material for this API ?  I am new beginner  for this Java Script API ( I am familiar to Server and Desktop 10.0)

Also I found that many people (Even I am also) customizing the sample code and using in our applications is that a correct way to get start ?

Take a look at the "Getting Started" section of our conceptual help:  http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm

Downloading and modifying the samples is also a good way to get started.


As always your support is the outstanding  in the world.. hats off to you all : )

Thanks!
0 Kudos