On Apr 9, 12:13 pm, Makrand <[email protected]> wrote:
> I want to implement below functionalities similar ti iGoogle
> 1) Drag Drop html elements
> 2) Minimize & Maximize HTML elements
> 3) Save the user locations (dropped location.)

I implemented a basic version of this using jQuery and the UI
draggable/sortable/etc.

An example is here:
http://www.javascripttoolbox.com/temp/layout/layout.html

And you can browse the files here:
http://www.javascripttoolbox.com/temp/layout/

The layout.js file is a wrapper around all the jQuery stuff to
generalize it, and the my_layout.js is a sample implementation of it
that shows where you would put in ajax calls to persist state back to
your server.

If you want to implement actual gadgets, then you'll need the API and
all the server-side stuff, and I think Shindig is the closest
available implementation of that right now.

Matt Kruse

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to