tags:

views:

15

answers:

1

Hi, How do I restrict a window component to drag just inside a contentpanel on GXT - GWT?

I need your help, thanks.

A: 

When setting your draggable utlize the setContainer portion and that tells the draggable object that it is constrained too that container only and hence will not be dragged out of it.

Check the Draggable help online regarding this.

darren102