How do I do that? Can you provide me with an example? On May 9, 5:11 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > Thierry schrieb: > > > For the following widget codes, how do I leave a new line between the > > two autocomplete entries? > > > class DeleteUser(widgets.WidgetsList): > > username = widgets.AutoCompleteField(search_controller="/ > > search_username", > > search_param = "search", > > result_name = "usernames") > > > hello = widgets.AutoCompleteField(search_controller="/ > > search_hello", > > search_param = "find", > > result_name = "hello") > > > task_form = widgets.FieldSet(fields=DeleteUser()) > > By giving task_form a custom template. > > Diez
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

