Re: Possible to drag tables using WicketDND?

2010-09-13 Thread Daan van Etten
and it's simple to use! /Johan -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Possible-to-drag-tables-using-WicketDND-tp2532928p2534197.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Possible to drag tables using WicketDND?

2010-09-13 Thread Ernesto Reinaldo Barreiro
. And so on. So I was really happy when I found the wicket dnd component. It just works and it's simple to use! /Johan -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Possible-to-drag-tables-using-WicketDND-tp2532928p2534197.html Sent from the Wicket - User

Re: Possible to drag tables using WicketDND?

2010-09-10 Thread Johan Haleby
It works!! Thanks a lot! WicketDND is by far the best drag and drop component I've used for Wicket. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Possible-to-drag-tables-using-WicketDND-tp2532928p2533926.html Sent from the Wicket - User mailing list archive

Re: Possible to drag tables using WicketDND?

2010-09-10 Thread Daan van Etten
this message in context: http://apache-wicket.1842946.n4.nabble.com/Possible-to-drag-tables-using-WicketDND-tp2532928p2533926.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: Possible to drag tables using WicketDND?

2010-09-10 Thread Ernesto Reinaldo Barreiro
! WicketDND is by far the best drag and drop component I've used for Wicket. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Possible-to-drag-tables-using-WicketDND-tp2532928p2533926.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Possible to drag tables using WicketDND?

2010-09-10 Thread Johan Haleby
an index of where in the drop container the item was dropped. And so on. So I was really happy when I found the wicket dnd component. It just works and it's simple to use! /Johan -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Possible-to-drag-tables-using-WicketDND

Possible to drag tables using WicketDND?

2010-09-09 Thread Johan Haleby
the entire tr) and thus the dragable source is hidden underneath. Is it possible to get around this somehow? Perhaps using some css hacking if needed? /Johan -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Possible-to-drag-tables-using-WicketDND-tp2532928p2532928.html

Re: Possible to drag tables using WicketDND?

2010-09-09 Thread Sven Meier
Hi Johan, try adding a class attribute on your outer tr (e.g. class=dragging) and configure the drag source accordingly: new DragSource(...).drag(tr.dragging) Sven On 09/09/2010 04:05 PM, Johan Haleby wrote: Hi, I'm using WicketDND to allow for drag and drop in my application. How ever