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 '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to