I am using “TableForm”, and wanted to know like applying options of bottom
color, alignment, etc to “widgets”
for example in the following code:
class PersonaFields(widgets.WidgetsDeclaration):
codigo =
widgets.TextField(label="codigo",validator=validators.NotEmpty(),
attrs={'size':4})
nombre = widgets.TextField(label="Apellido y
Nombre",validator=validators.NotEmpty())
email = widgets.TextField(label="Email",validator=validators.Email(),
attrs={'size':30})
obs = widgets.TextArea(label="Observaciones")
(...)
proveedorForm = widgets.TableForm(fields=PersonaFields(),
submit_text="Agregar")
--
Marcelo Ametller
www.maram.com.ar
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---