To view this discussion on the web visit https://groups.google.com/d/msg/gwtquery/-/UNa_yrkV2FwJ.--
You received this message because you are subscribed to the Google Groups "gwtquery" group.
To post to this group, send email to gwtq...@googlegroups.com.
To unsubscribe from this group, send email to gwtquery+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gwtquery?hl=en.
public class DragEvent extends AbstractDraggableEvent {
public DragEvent(Element draggable) {
super(draggable);
}
}
Then in
$(".iWantToDrag").as(Draggable).draggable(new DraggableOptions(), handlerManager);
the 2nd arg (handlerManager) would no longer be required.
Am I right in thinking this simple source code changed is all that would be required ?
Shall I make the edits and submit them for approval...
OR HAVE YOU ALREADY MADE THESE CHANGES FOR YOUR NEXT VERSION ?
Ian
--
You received this message because you are subscribed to the Google Groups "gwtquery" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gwtquery+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "gwtquery" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gwtquery/PFRWZn5RW14/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gwtquery+u...@googlegroups.com.
I suppose you are right - I assume (I hope) it will be part of GWT 3.0.Would I be correct in thinking that gwt-query will also be an integral part of GWT 3.0 ?
I can't imagine using GWT without it or its plugins these days.
Re - providing help - I will think about how / where I could usefully contribut. I'll be in touch...