Re: GWT DnD widget?
If the browser can do it, then you can use it with GWT; possibly throwing a bit of JSNI (in this case, you'd need it)
See:
- http://www.w3.org/TR/html5/dnd.html for the DnD part
- http://www.w3.org/TR/FileAPI/ to access the file
- http://www.w3.org/TR/XMLHttpRequest2/#the-send-method to send the file to the server
- http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/event/dom/client/DropEvent.html et al. for some of these in GWT (and use JSNI for the missing parts).
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/0FzYi5vytj0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home