On Wednesday 16 January 2008 10:00:47 Victor wrote: > I want to display a form by using widget : TableForm and TextField > > link this: > > class ComentFields(tg.widgets.WidgetsList): > email = tg.widgets.TextField() > comment = tg.widgets.TextArea() > > commentForm = tg.widgets.TableForm(fields=ComentFields(), > submit_text="Submit")
Does TextField(label="Ich spreche kein chinesisch") help? 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 -~----------~----~----~----~------~----~------~--~---

