pjekel / cbtree

The Dijit Tree with Multi State Checkboxes, project code 'cbtree' , is a highly configurable dojo/dijit tree with support for multi-state checkboxes or third party widgets capable of presenting a so-called 'checked' state.
Other
75 stars 34 forks source link

cbtree not working with dojo 1.10 #57

Open la-work opened 9 years ago

la-work commented 9 years ago

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.

pjekel commented 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

la-work commented 9 years ago

I re-downloaded cbtree v9.4.0 and made the required changes to the Arcgis URLs. It's working.

Thank you.

ganga495 commented 8 years ago

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.