1

We are using ArcGIS Java Script API (version 3.2, 3.0, 2.8) according to our requirement we are using various API’s.

  1. Currently ESRI launched new version 3.3 so if I want to view old examples references i.e version 2.8, 3.0 how do I view the old examples (Because they removed old examples)?

  2. Similarly, Can I install multiple SDK( 2.8,3.0,3.2) on single machine? In addition, I need recommended browser settings as if one of my application is not displaying the legend in IE 8.0

Therefore, what are the recommended settings for all versions (2.8 to 3.2)

Any suggestions /discussions will be great !!!

Thanks in advance : )

asked Jan 17, 2013 at 8:34
2
  • 1
    What kind of requirements force you to use old APIs? Also, the JavaScript SDKs are just files, not programs, so they aren't "installed", just copied, so you can have however many you want on a single machine. Commented Jan 18, 2013 at 13:37
  • @Anthony-GISCOE- You are correct.. I am using (blogs.esri.com/esri/arcgis/2009/05/29/…) this tool and its supports 2.8 API because of old dojo/dijit references . I tried to change the code but its getting an error.. Commented Jan 22, 2013 at 5:11

1 Answer 1

1
  1. Here are the archived versions of the javascript API with all the demos, docs and api. I run the 2.8 version on a local IIS for a couple apps that still use that version. I don't why, but you need to login with Esri Global account to download. Account is free if you don't have one. http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.all#ArcGIS_API_for_JavaScript

  2. Anthony is right, you can have multiple versions of the library -- there's no installation. You just reference the new version with any css in your pages. The css has changed lately. Follow the examples for needed references. On your legend, you would need to be more specific. However, one thing to check is the browser and document mode in IE8. If you're running the site on your own network, IE8 will default to compatibility -- which can cause problems.

answered Jan 21, 2013 at 19:10
1
  • thanks for the reply.. I will check this and let you know : ) Commented Jan 22, 2013 at 2:58

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.