@mutt_1924 wrote:
So I have seen these two examples of html drag and drop, where generally what is happening is a draggable html element is being dropped onto a diagram, and once the element is dropped, the element transforms into a gojs diagram node.
http://gojs.net/latest/samples/htmlDragDrop.html
http://gojs.net/latest/samples/jQueryDragDrop.htmlWhat I would like to be able to do, however, is to see if it is possible to have the html element immediately turn into a gojs node/shape upon entering the bounds of the diagram, not waiting until the draggable html element is "dropped".
Is this possible? Maybe this could be done if there is an event for "entering" the diagram?
Posts: 1
Participants: 1