views:

26

answers:

1

Hi all.

I have seen some good examples of how to use jquery to do drag and drop and separately on how to do tabs.

Does anyone have or know of an example that combines the two?

Basically say you have a div on the left of the screen with draggable objects and then you can drop them into one of the tabs on the right side of the screen.

Also, would like to know how to let someone drop it into the visible tab, but also drop the item into the tab label for a hidden tab and have the object drop in there. Ideally you would want that hidden tab to become visible so the user could see that the item dropped in properly.

Thanks, Dan

A: 

Although it isn't exactly what I am looking for I saw on another post that someone pointed to an example of portlets and linking lists between tabs. In that example you can drag an element from within a tab to the label of another tab and have it drop in. That should give me a good baseline to work from.

http://jqueryui.com/demos/sortable/#connect-lists-through-tabs

Dan