"Michele Cella" <[EMAIL PROTECTED]> writes:

> That's what you can do:
>
> class CommentFields(WidgetsDeclaration):
>     name = TextField()
>     comment = TextArea()

> comment_form = TableForm(fields=CommentFields())

Sorry for hijacking this thread, but is it possible to do something like:

 comment_form = TableForm(fields=[CommentFields(), special_consideration =
 TextArea()])

I mean, is it possible to combine the declaration with something else (or two
declarations, or ...)? 


-- 
Jorge Godoy      <[EMAIL PROTECTED]>

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

Reply via email to