Link to home
Start Free TrialLog in
Avatar of tovvenki
tovvenki

asked on

DHTML Javascript treeview with drag and drop

Hi,
Can anyone help me in impklementing a DHTML javascript treeview with ability to drag and drop nodes to other HTML controls.

any help in the form of sample code, tutorials will be much appreciated.

Thanks in advance
Venki
ASKER CERTIFIED SOLUTION
Avatar of kylealanhale
kylealanhale

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Download dojo toolkit from:

http://dojotoolkit.org/
Avatar of tovvenki
tovvenki

ASKER

Hi kylealanhale,
thanks for the link how do I drag and drop it to a textbox or a list.

That'll be a bit more complicated.  I believe that that tree library's drag and drop is mostly to be able to move nodes around *inside* the tree.  For drag and drop operations from one element to another, you should check out http://script.aculo.us/, or the aforementioned dojo toolkit.  I prefer scriptaculous.