Click and Drag Functionality in Web Apps with Python

Bernard bernard.chhun at gmail.com
Thu Oct 12 10:17:15 EDT 2006


I'd say they use javascript to make a click and drag function.
Like this jquery interface example:
http://interface.eyecon.ro/demos/drag.html

So basically, you could use a python web framework like
Turbogears(http://www.turbogears.org/) or
Django(http://www.djangoproject.com/) with javascript to create such
effects.

Bernard

Wijaya Edward wrote:
> Hi,
>
> Some recent webapps like Kiko <http://www.kiko.com/> , Google's gadget <http://www.google.com/ig/directory?hl=en> , and spreadsheets <http://spreadsheets.google.com>  to name a few,
> have this functionality.
>
> I wonder how can this funcitonalities be implemented in Python.
> Do you guys have any experience with it?
> Any Python module that support that?
>
> Regards,
> Edward WIJAYA
> SINGAPOE
>
> ------------ Institute For Infocomm Research - Disclaimer -------------
> This email is confidential and may be privileged.  If you are not the intended recipient, please delete it and notify us immediately. Please do not copy or use it for any purpose, or disclose its contents to any other person. Thank you.
> --------------------------------------------------------




More information about the Python-list mailing list