On Wednesday, July 28, 2010 13:02:51 bloeper wrote: > Hi All, > > Since a while I have finally some time at hand to put in to the > creation of my own blog. > Now do I need some forms on my site and creation of the forms isn't > any problem. > The problem I have with all the form generators (Only tried Tosca and > Sprox) is that they generate a form within a table. > I have searched trough the documentation and found nothing how to > prevent that. > Since tables aren't created for form fields but for data summation and > a form isn't a data summation. > > So which library's are out there wich have the property to generate > forms with <label><input> format?
This is not true for ToscaWidgets. If you use TableForm, you get a table. If you use ListForm, you get a list. And of course you can also provide your own template (use the existing ones to see how you need to access child-widgets, errors and params) 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.

