Re: moveable areas as in iGoogle?

2013-04-15 Thread Magnus
Hi, thank you! There seem to be many ways to go. But does someone know who it's done in iGoogle? Thanks Magnus -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an

Re: moveable areas as in iGoogle?

2013-04-11 Thread Olivier TURPIN
There's also GQuery its plugin with Droppable Draggable widgets http://code.google.com/p/gwtquery-plugins/ Olivier. Le mercredi 10 avril 2013 12:33:33 UTC+2, Magnus a écrit : Hi, how can one realize such moveable areas, which can be placed with drag drop at predefined positions, such

moveable areas as in iGoogle?

2013-04-10 Thread Magnus
Hi, how can one realize such moveable areas, which can be placed with drag drop at predefined positions, such as in iGoogle? Is there a tutorial? Thanks Magnus -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this

Re: moveable areas as in iGoogle?

2013-04-10 Thread Andrea Boscolo
You need some kind of drag drop functionality. You can either use the built-in GWT drag drop support (which is based on the HTML5 drag drop API [1]), or use the always handy gwt-dnd [2]. Do note that HTML5 dd API is about moving data, not actual widgets, but it can be used also in that way,

Re: moveable areas as in iGoogle?

2013-04-10 Thread Brandon Donnelson
If you want to use a thirdparty api to do it, GXT has it ready to go. http://www.sencha.com/examples/#ExamplePlace:portallayout Brandon On Wednesday, April 10, 2013 3:33:33 AM UTC-7, Magnus wrote: Hi, how can one realize such moveable areas, which can be placed with drag drop at