Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Mathijs on May 21, 2008 16:16
open dhtmlx forum
why is this not working, the error has to do with 'setDragBehavior='sibling''

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'&gt;
        ... tree data
    </div&gt;

the error has to do with 'setDragBehavior='sibling''
Answer posted by Support on May 22, 2008 02:40
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.
Answer posted by Mathijs Gaalman on May 22, 2008 02:48
ahaa! I'll buy this version!