Hi, yes I was talking about Auto-Complete... I've read the plugin blog post to use the sfWidgetFormPropelJQueryAutocompleter but I want to integrate this with the sfWidgetFormSelectDoubleList... or alternatively have this auto-complete input box and a simple SelectList which contains all the associated values and having something to put the one found in the ajax input box inside the list...
bit tricky to explain I hope you got it... I simply don't know how to implement it ... any idea is appreciated :) cheers. 2009/7/24 Eno <[email protected]> > > On Fri, 24 Jul 2009, Tommaso D'Argenio wrote: > > > I would like to enrich my Article's edit form, for example If I want to > > associate my article with other articles > > I have used a sfWidgetFormSelectDoubleList but soon I've realized this is > > nice when the database contains few articles > > what when the articles will be hundreds or more? > > > > So I would like to add an extra search field, an input box where the user > > start typing in the Article's title and this will > > be selected -live- in the select menu, or it will be shown in a dropdown > in > > the input field .. like when you type in > > something in the Google search box and through ajax you'll get the > > suggestions... > > Auto-complete in other words right? > > > How this can be done? Shall I tweak the sfWidgetFormSelectDoubleList > widget > > or it already exists a solution > > already packed somewhere? What approach in case I have to tweak the > widget? > > You might want to look at the sfFormExtraPlugin. > > http://www.symfony-project.org/plugins/sfFormExtraPlugin > > > > -- > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
