130
Views
3
Comments
How to Drag and drop picture??
Question

Hi All,

I want to drag and drop a picture. So I used a jquery drag and drop plugin (https://www.outsystems.com/forge/component/467/jquery-ui-drag-and-drop-and-sort/?Unfollow=False).


I used "jquerydraggable" function from that plugin. When i tried to drag an image it is dragging that original image only. But i want to drag and drop copy of that image. So that I can drag and drop same image multiple times.


Can someone please help me in implementing this?

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Yakshith,

For asking questions about a specific Forge Component, you can best ask in that component's subforum. The maintainer of the component will be alterted, so chances of an answer are (slightly) better than posting it in a general forum.

In this case however, I'll ask the maintainer to take a look here, so no need to repost.

2025-02-22 18-27-01
Alfaro
 
MVP

Hi Yakshith,

Are you passing in the parameter Clone of the jQueryDraggable the value True?

The component has built-in a simple TestScreen with examples of how it can be used.

Hope this helps.

Thank you.

CA

2019-03-27 09-22-54
Yakshith .

Carlos Alfaro wrote:

Hi Yakshith,

Are you passing in the parameter Clone of the jQueryDraggable the value True?

The component has built-in a simple TestScreen with examples of how it can be used.

Hope this helps.

Thank you.

CA

Hi Carlos Alfaro,


Thank you for your suggestion. I tried to pass true to the clone parameter. But its not working.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.