Martin Aspeli <[EMAIL PROTECTED]> writes:

>   1. We need a fairly heavily AJAXified UI. Is Prototype and the
> Railsish web helpers the best way to go?

I'm a big fan of the Yahoo! User Interface library -
http://developer.yahoo.com/yui/

It is hard to beat for quality of code and documentation, not too
mention the large installed base, as well as the ability to use Yahoo!
hosted files.

I've built YUI versions of some web helpers, but only as much as I
needed at the time. Most of the time I just work with the js directly.

>   2. Specifically, we need an auto-complete widget. I see
> Script.aculo.us has one of those, but no corresponding web helper.

http://developer.yahoo.com/yui/autocomplete/

> How easy would it be to hand-code the use of such a widget? Should I
> look for other frameworks instead?

Easy and no :-)

>
> In fact, we need something even more dynamic: the user should use an
> auto-complete select box to find items and then press Enter or click
> a
> button to add it to a dynamically growing list, i.e. letting this act
> as
> a dynamic, auto-complete multi-select widget.
>

Not totally sure what you're after, but, 
http://developer.yahoo.com/yui/autocomplete/#delim might help?

Robert

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to