Re: jQuery sortable list with GWT

2012-08-09 Thread David
On Sunday, August 5, 2012 6:40:13 PM UTC-4, CSchulz wrote: > > "GWT doesn't have any native support for this sort of thing, that's why > I'm trying to drop in some basic jquery code." > > gwt-dnd ( http://code.google.com/p/gwt-dnd/) works pretty well for this > sort of thing. > -- You receive

Re: jQuery sortable list with GWT

2012-08-07 Thread CSchulz
Really, there's nothing on this? -- 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/-/bH1kk2hxcTgJ. To post to this group, send email to google-web-t

jQuery sortable list with GWT

2012-08-05 Thread CSchulz
I'm building a GWT web app and would like to implement some jquery code for a sortable list similar to this one: http://jqueryui.com/demos/sortable/ but the actual implementation is a little more complex. It seems GWT doesn't have any native support for this sort of thing, that's why I'm tryin