Hi everyone,
I was just wondering if it is possible to have a drag'n drop target without displaying the source-items on it. To be more specific:
I have a list of images and a list of folders. Now I wanted to take some images and drop them on the folders - an xhr-request is performed and thats it. There is no need for the images to be displayed. In fact, thats senseless :)
Actually, I'm performing this action with prototype, which works fine, but I have to grab more images at once.
So I there any option to disable this function? Didn't find anything in the API nor on dojocampus.
