Click here to Skip to main content
15,891,895 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Want to build drag and drop or actually input output mapper want to show in UI with line
i user drag any particular item from left side list to right side list onw arrow need to show pointing towards right list item on which left item was dropped..

can any one give suggestion how to do this??
Like SSIS package output table mapping
<img src="https://decipherinfosys.files.wordpress.com/2008/07/ssisti_7.jpg"></img>
Posted
Updated 28-Dec-15 20:36pm
v5

1 solution

You can start, for example, here: HTML Drag and Drop API - Web APIs | MDN[^].

This problem is perfectly orthogonal to SVG. Drag-n-drop API is pretty much agnostic to the types of HTML elements. So, you can freely combine this technique with SVG.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900