I'm just looking at Sencha Touch 2 as an option for a new app I want to build. Critical to the app is the ability to drag and drop. I need to essentially sort a list of words between different categories. I want to make a large "box" for each category and lots of smaller boxes for the words. You would drag the words into the desired box which would fire event causing an AJAX call to tell my server which word was put into which box.
To do this I need to be able to define UI components as draggable and others as possible drop targets and I need to be able to do stuff when something is dragged.
Is this possible with Sencha Touch 2? I saw that components can be made draggable, but I didn't see where I could define the drop targets.