Re: How to create a dashboard with draggable widgets?

2012-09-23 Thread James Eliyezar
It's exciting to be part of wicket community. Thanks a lot friends for your enthusiastic responses. I will go through the resources you have shared. On Fri, Sep 21, 2012 at 6:13 PM, Decebal Suiu decebal.s...@asf.ro wrote: Hi I will release today or Monday a wicket-dashboard project on github.

How to create a dashboard with draggable widgets?

2012-09-21 Thread James Eliyezar
Wicketers, Wondering how to create a google analytics style dashboard with draggable widgets that remembers it's position across sessions. Please share your thoughts. -- Thanks regards James Selvakumar

Re: How to create a dashboard with draggable widgets?

2012-09-21 Thread Martin Grigorov
Hi, There is a recipe for this in Apache Wicket Cookbook book. On Fri, Sep 21, 2012 at 10:49 AM, James Eliyezar ja...@mcruncher.com wrote: Wicketers, Wondering how to create a google analytics style dashboard with draggable widgets that remembers it's position across sessions. Please share

Re: How to create a dashboard with draggable widgets?

2012-09-21 Thread Ernesto Reinaldo Barreiro
Hi, I remember there was an example on wiquery repository of of a dashboard built using jquery sortables and jquery draggable/droppables. Adding the remembering part should be as simple as storing the position info in some persistent storage. On Fri, Sep 21, 2012 at 12:49 AM, James Eliyezar

Re: How to create a dashboard with draggable widgets?

2012-09-21 Thread Decebal Suiu
Hi I will release today or Monday a wicket-dashboard project on github. This project it's an open source project (Apache license) based on the dashboard implementations from nextserver (for a live demo see http://http://demo.next-reports.com/ user:demo, password:demo). I used jquery sortable