Basic Drag & Drop

new Ext.dd.DD('box1');

var el = Ext.get('box2');
el.initDDProxy();
Box 1
Box 2