Thank you for the reply I found the answer. When I call makeDraggable method I can pass 2 parameters. One is the Draggable widget and the other one is the child "part" of the widget to drag and drop.
Thanks 2010/11/9 ciosbel <[email protected]> > Of course it is possible. > See live demos > http://allen-sauer.com/com.allen_sauer.gwt.dnd.demo.DragAndDropDemo/DragAndDropDemo.html > The demo 8 should tell you how (see java sources). > > I think you have to tell the drag controller to make a given panel > draggable by a given child. > i.e. > > // make the panel draggable by its header > dragController.makeDraggable(verticalPanel, header); > > Hope that helps. > > On Nov 9, 2:03 am, Alexei Telles <[email protected]> wrote: > > Hi Everybody > > > > I need some drag and drop's in my application. > > Searching GWT group I found gwt-dnd. > > > > I tried some examples and works fine. > > > > But I need to be able to drag and drop a widget that will contain some > > textboxes, buttons, hyperlinks, etc... > > > > I am a little confuse. > > Is possible to make this with gwt-dnd? > > > > The way I did following some examples when I click in a textbox, or a > > button, etc...inside the dragable widget, the textbox does note get > > the focus. > > > > Any advice? > > > > Thank you > > -- > 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]<google-web-toolkit%[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.
