Hi
I'm new to ST2, and it appears ST2 does not come with any drag & drop functionality. I would like to be able to drag and drop list items, but applying the Ext.util.Draggable to a list item just completely breaks the layout.
Is drag n drop anywhere in the roadmap for ST2?
I've been able to successfully code the functionality that allows a user to drag and drop list items between lists, using the Ext.util.Draggable class, but I would much prefer to use something coded up by the pros. So I'm just putting a feeler out there for more information.
Rich
Currently, you are able to Drag components using the draggable configuration, but there is no droppable behavior in 2.0. Drop will be coming back into Touch 2.x in a future release.
Currently, you are able to Drag components using the draggable configuration, but there is no droppable behavior in 2.0. Drop will be coming back into Touch 2.x in a future release.
Sencha Inc. Robert Dougan - @rdougan
Sencha Touch 2 and Ext JS 4 Core Team Member, SASS/Theming Wizard.
Thanks for the reply rdougan. That's good to know. I've been working on a fairly complex project, half expecting ST2 to have droppable baked in (only to recently find it doesn't). It would be very useful if future releases could get it. Do you know if the future droppable functionality might support drag and drop across components?