[Zope3-dev] getting started with AJAX

Garanin Michael garanin at m-lan.ru
Fri May 19 05:56:42 EDT 2006


В Птн, 19/05/2006 в 19:45 +1000, Sam Stainsby пишет:
> Hi all,
> 
> Just wondering what the current status of AJAX in Zope 3 is and how best
> to get started with it. I believe it would be useful to my work, but I'm
> not sure where to start. I know work is going on, but not sure what is
> going to be "officially" part of Zope 3 and what is just proof-of-concept.
> I'll probably go with whatever is likely to become part of official Zope 3
> or its extensions.
> 
> My specific interests for the moment are AJAX-enabled widgets, such as a
> dropdown widget whose vocabulary changes based on the selection in a
> different dropdown within the same form. I don't want to pre-cache all
> possible vocabs, since there could be a quite a few large vocabs in my
> application. Perhaps there is a better way to do it, but I don't want to
> reload the entire page to update the widget. It is an
> accounting/inventory application that requires fast data entry.
> 
> Any tips on how to get a Zope 3 sandbox into s state where I can do this
> sort of thing, and any specific tips for AJAXifying widgets?
> 
> Cheers,
> Sam.
> 
> 
> _______________________________________________
> Zope3-dev mailing list
> Zope3-dev at zope.org
> Unsub: http://mail.zope.org/mailman/options/zope3-dev/garanin%40m-lan.ru
> 
Hello!
I use http://script.aculo.us/ AJAX-library. I attach my
'AutoCompleteWidget' for Zope3. 



-------------- next part --------------
A non-text attachment was scrubbed...
Name: widget.py
Type: text/x-python
Size: 1782 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope3-dev/attachments/20060519/047c15fc/widget-0001.py


More information about the Zope3-dev mailing list