Re: YUI AJAX Forms

2006-12-28 Thread ElGranAzul
For the autocomplete, surely you can create a custom widget that output the desired format (an input and a div), but, as ever, the js should be in the template layer. About the ajax form handling, the most accessible way is doing it all in js, replacing normal behaviour. So, if someone have not

YUI AJAX Forms

2006-12-27 Thread tharkang
I want to implement something like AJAX interface (using Yahoo User Interface toolkit) for changing information in database. I want it to make possible to create window for a model, and when user wants to edit something he is shown a AJAX window with fields needed. I wonder if it is possible to

YUI AJAX Forms

2006-12-27 Thread tharkang
I want to implement something like AJAX interface (using Yahoo User Interface toolkit) for changing information in database. I want it to make possible to create window for a model, and when user wants to edit something he is shown a AJAX window with fields needed. I wonder if it is possible to