Select to view content in your preferred language

ESRI Javascript API 3.3

5557
33
01-03-2013 09:56 AM
KevinMacLeod1
Frequent Contributor
Hi all, It looks like the ESRI API for Javascript 3.3 is about to come out. The templates reference it. I was wondering if anyone knows roughly when it will come out or what is new? New Dojo version?
0 Kudos
33 Replies
by Anonymous User
Not applicable
In the latest sample "Create a map", the syntax still is 

dojo.require("esri.map"); 

should be

require(["esri/map"]);

?
0 Kudos
JeffPace
MVP Alum
my understand is at dojo 1.8 both are supported but the latter (newer format) is preferred, and at dojo 2.0 the latter format will be required.

So we can begin transitioning without breaking everything.
0 Kudos
MarkHoover
Frequent Contributor
my understand is at dojo 1.8 both are supported but the latter (newer format) is preferred, and at dojo 2.0 the latter format will be required.

So we can begin transitioning without breaking everything.


Any other such transitions to get out in front of?
0 Kudos
JeffPace
MVP Alum
0 Kudos
KenMorefield
Regular Contributor
In the latest sample "Create a map", the syntax still is 

dojo.require("esri.map"); 

should be

require(["esri/map"]);

?


I'd agree that it would be nice if the ESRI samples all followed the require(["esri/map"]) way of coding.  For folks that are new to the javascript api and dojo - they might be learning the former way of coding their apps... then they'll have to start all over learning the upcoming new way...  just a thought.

Ken
0 Kudos
AdrianMarsden
Honored Contributor
+ 1 on that - I've done all my coding in the "old" way with (for me) a majo app about to go to beta - So at the moment I have time to change - I just need pointing in the right direction - the info is there, but scattered around.  Having all the example moved to the new way of doing things would be great.
0 Kudos
by Anonymous User
Not applicable
And many stuff CANNOT run well under IE7, such as Samples/map, http://help.arcgis.com/en/webapi/javascript/arcgis/jssamples/#sample/map_infowindow
0 Kudos
KellyHutchins
Esri Notable Contributor
And many stuff CANNOT run well under IE7, such as Samples/map, http://help.arcgis.com/en/webapi/javascript/arcgis/jssamples/#sample/map_infowindow



I ran a quick test of this sample in IE7 and it worked for me. Can you provide more details about what you mean by 'cannot run well'. Are you getting an error? Does the sample load?
0 Kudos
by Anonymous User
Not applicable
I ran a quick test of this sample in IE7 and it worked for me. Can you provide more details about what you mean by 'cannot run well'. Are you getting an error? Does the sample load?


Thanks Kelly for the quick response. The problem is when click second level navigation items in left side, the content in right side does not refresh. And the error is "Object doesn't support this action".
0 Kudos
DawenXie
Regular Contributor
Kelly, can you please bring the search box back for "API Reference"? Or give a link for 3.2 if that's somewhere available for us. It's hard to check the reference now.

I ran a quick test of this sample in IE7 and it worked for me. Can you provide more details about what you mean by 'cannot run well'. Are you getting an error? Does the sample load?
0 Kudos