You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2017. It is now read-only.
Unfortunately gwt-dnd seems not to support something like a controller for text areas with draggable elements. What I am looking for is a way to move e.g. a <div> to another position inside the text:
This (is) Sparta!
to for example
This Sparta (is)!
where (is) is actually a <div> element that is placed inside a <div contenteditable="true>.
Is there a chance that such a feature may come in the future?
Unfortunately gwt-dnd seems not to support something like a controller for text areas with draggable elements. What I am looking for is a way to move e.g. a
<div>to another position inside the text:to for example
where
(is)is actually a<div>element that is placed inside a<div contenteditable="true>.Is there a chance that such a feature may come in the future?