Hi,
I am trying to find a solution to enable drag and drop from a GWT TreeGrid to a non GWT pure HTML and JS IFrame. As a short test I made a HTML Portlet showing a simple HTML Dropzone (https://www.sitepoint.com/html5-file-drag-and-drop/). When I drag a record from the TreeGrid to the DropZone no event is triggered on the IFRAME side.
Is there a way to support such a behaviour? What configurations do I have to make to my TreeGrid to Enable such kind of Drag and Drop? If it can work, how does the Object look like, which will be dropped on the IFrame side?
Thank you
Martin
I am trying to find a solution to enable drag and drop from a GWT TreeGrid to a non GWT pure HTML and JS IFrame. As a short test I made a HTML Portlet showing a simple HTML Dropzone (https://www.sitepoint.com/html5-file-drag-and-drop/). When I drag a record from the TreeGrid to the DropZone no event is triggered on the IFRAME side.
Is there a way to support such a behaviour? What configurations do I have to make to my TreeGrid to Enable such kind of Drag and Drop? If it can work, how does the Object look like, which will be dropped on the IFrame side?
Thank you
Martin
Comment