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 -~----------~----~----~----~------~----~------~--~---
