Click and Drag Functionality in Web Apps with Python

Bruno Desthuilliers onurb at xiludom.gro
Thu Oct 12 12:36:50 EDT 2006


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. 

I wonder too !-)

Seriously: this is done with Javascript, not Python. But if you're
looking for a Python web framework making such things easy, then Pylons
is for you:
http://pylonshq.com/docs/0.9.2/quick_wiki.html#delete
http://pylonshq.com/project/pylonshq/wiki/AjaxGettingStarted

HTH

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list