Feature: Drag and Drop
Closed this issue · 1 comments
tomyeh commented
Dragger is not enough for handling drag-and-drop. Though it is possible to handle it at DOM level, it is better to have a more elegant and transparent approach for doing it.
tomyeh commented
Ready since Sept 4, 2012
The implementation is based on HTML 5's drag-and-drop. Not all browsers support it well. Please refer to http://www.w3schools.com/html5/html5_draganddrop.asp for more information.