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())



Thierry


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

Reply via email to