why is this not working:
<div
class=‘dhtmlxTree’
id=‘tree’
setImagePath=‘sources/imgs/csh_vista/’
style=‘width:300px; height:400px;overflow:auto;’
enableDragAndDrop=‘1’
setDragBehavior=‘sibling’>
… tree data
</div>
the error has to do with ‘setDragBehavior=‘sibling’’
Which version of dhtmlxtree you are using?
The setDragBehavior method available only in pro edition of dhtmlxtree, it will cause an error if used against standard edition of dhtmlxtree.
ahaa! I’ll buy this version!