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  wrote:

> 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 from wiquery (in another project I uesd jqwicket)
> for
> drag&drop. When user stop on drag&drop a widget, a js function calls a
> wicket behavior with a json (as parameter) that contains the position
> (column and row) for each widget.
> I have a implementation for widgets like charts (openflashchart), text,
> pivot (see https://github.com/decebals/wicket-pivot)
>
> Best regards,
> Decebal
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/How-to-create-a-dashboard-with-draggable-widgets-tp4652210p4652218.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Thanks & regards
James Selvakumar


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 from wiquery (in another project I uesd jqwicket) for
drag&drop. When user stop on drag&drop a widget, a js function calls a
wicket behavior with a json (as parameter) that contains the position
(column and row) for each widget.
I have a implementation for widgets like charts (openflashchart), text,
pivot (see https://github.com/decebals/wicket-pivot)

Best regards,
Decebal



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-create-a-dashboard-with-draggable-widgets-tp4652210p4652218.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 wrote:

> 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
>



-- 
Regards - Ernesto Reinaldo Barreiro
Antilia Soft
http://antiliasoft.com


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  wrote:
> 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



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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