I'm feeling really dumb here and I'm hoping someone can help. I have en existing list:
I would like to add dnd to this list, however I have no control over the original markup so I need to do it programitically.
I have tried all kinds of dojo.dnd.Source('myid') permutations and read the tests and Book, but I just think I don't understand something important.
Is there an easy was to create a dnd source/target from an existing list or is the only way to read the elements in from the list, destroy the original list, and then create a new dnd Source and add each item in.
Thanks in advance,
Jon

It is easy: Examine test
It is easy: