Right now, the only way I can use AutoCompleteField is like the
following:
class Main(widgets.WidgetsList):
release = widgets.AutoCompleteField(search_controller="/
search_release",
search_param = "suggest",
result_name = "release")
hi = widgets.CheckBox("HI")
debug = widgets.AutoCompleteField(search_controller="/
search_debug",
search_param = "suggest",
result_name = "debug")
task_form = widgets.FieldSet(fields=Main())
Is it possible to just use AutoCompleteField as a TextField only? I
don't want to package it with FieldSet or similar widget. I just want
to grab it as a TextField from controllers.py.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---