You can do it using some of the drag and drop HTML5 javascript stuff. http://www.html5rocks.com/en/tutorials/dnd/basics/
There aren't any GWT libraries that wrap around the Javascript, but you can make your own using overlays. On Nov 11, 11:59 am, Celinio <[email protected]> wrote: > 2) Can i easily do drag and drop some file from the file explorer to a > widget in a web page ? > > I haven't seen any example that does that. > Is is possible ? > The presentation of John La Banca about GWT + HTML5 has a part about the > drag and drop feature but it's from one widget to another widget. > I would like to know if it's possible to drag a file from the windows file > explorer and add it to a widget, for instance a celltable. > > Thanks ! > > On Mon, Oct 31, 2011 at 3:31 PM, Konstantin Zolotarev < > > > > > > > > [email protected]> wrote: > > Also GWT has native HTML5 DnD support. > > > You could find more info about it here :GWT + HTML5: A web developers > > dream! <http://goo.gl/S8pYF> > > > -- > > 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/-/4UL0ESE9btAJ. > > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
