Open la-work opened 9 years ago
cbtree 0.9.4 has been fully tested with dojo 1.10 and works fine. However, ArcGIS 3.11 has changed it's URL's please see: https://developers.arcgis.com/javascript/jshelp/whats_new.html
For example: Old ArcGIS
<link rel="stylesheet" href="http://js.arcgis.com/3.7/js/dojo/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="http://js.arcgis.com/3.7/js/esri/css/esri.css">
...
<script type="text/javascript" src="http://js.arcgis.com/3.7/"></script>
ArcGIS 3.11
<link rel="stylesheet" href="http://js.arcgis.com/3.11/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="http://js.arcgis.com/3.11/esri/css/esri.css">
<script type="text/javascript" src="http://js.arcgis.com/3.11/"></script>
Make sure you use the proper ArcGIS url's
I re-downloaded cbtree v9.4.0 and made the required changes to the Arcgis URLs. It's working.
Thank you.
Hi pjekel, i have tried to integrate cbtree with dojo 1.10 its not working for me. even i have downloaded latest cbtree v9.4.0 still facing the issue. can you please help me how to resolve it.
Hi, I upgraded ArcGis Javascript API to v3.11. This release worked with dojo 1.10. This broke cbtree. The version of cbtree I'm using is 0.9.4. It worked with dojo 1.9. Will there be a next cbtree release working with dojo 1.10?
Thank you.