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

Installation instructions #32

Closed tcdaly closed 11 years ago

tcdaly commented 11 years ago

Thank you for this useful project. Regarding the installation instructions at https://github.com/pjekel/cbtree/wiki/Installation , the directory created when unzipping the package is actually called 'cbtree-master' not 'cbtree'. So, I think those instructions should be updated.

tcdaly commented 11 years ago

I found that unless I renamed the folder 'cbtree-master' back to 'cbtree', the supplied demos didn't work due to 404 not found errors for certain javascript code. If a decision has been made to rename 'cbtree' to 'cbtree-master', it looks like the rest of the code needs to be updated accordingly.

pjekel commented 11 years ago

It looks like you fetched the cbtree package directly from the Github master branch. If you use the download link instead and unzip the package it will actually create a directory like /cbtree-v0.x.x, this simply to avoid a newer cbtree version overwrite whatever you already have installed. After unzipping the package you SHOULD rename the newly created directory to /cbtree in order for the included demo's to work (See the alert in the Installation documentation).

I will include an extra note with regards to renaming the directory.

pjekel commented 11 years ago

Wiki documentation updated.