The problem I am having is the culmination of two solutions to two problems I had in the past, which can be viewed on my page. Here is what I have so far for this http://jsfiddle.net/dRCLn/3/ the problem however has been that I cannot drag the modules from the content div to the moduledockcontent div. In addition if one were able to get this to work I have also added code which needs to hide the content but not the header of the module which enters the dock. The content then needs to be made visible again upon moving back into the main content. All this terminology will make sense once you see my current code.
Share
To be able to drag elements from one element to childs of another element, you have to specify the
connectWithsetting: See this fiddle: http://jsfiddle.net/dRCLn/4/