02-21-2020, 07:11 PM
(02-20-2020, 11:22 PM)kudzu Wrote: There is no wrapped functionality for drag and drop.Would this mean that after each re-compile I would have to go into the HTML & JS and make my manual changes again?
However you can easily take the HTML element that is emitted and mark it as draggable (attribute on the dom tag via ExtraTags property) and add one simple function of JS to handle the drops. From there you can make async calls (built into IW) or update data for submission back to the server.
These are in both 14 and 15.

