On Sep 27, 2006, at 2:12 PM, Sanjay wrote:
> Is it possible to have more than one widget, representing more than
> one
> column? What is a way to have this?
Sure, just pass the needed func/widget as the tuple's second argument
for each column you need:
fields [
('Name', name_widget),
('Age', age_widget),
....
]
Alberto
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---