El Lunes, 13 de Marzo de 2006 10:09, Jorge Godoy escribió:
> Marcelo Ametller <[EMAIL PROTECTED]> writes:
> > I am using “TableForm”, and wanted to know like applying options of
> > bottom color, alignment, etc to “widgets”
>
> Define CSS classes for them and use CSS for that.

Yes, In a template I do:

===
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="content-type" 
py:replace="''"/>
        <link href="static/css/layers.css" type="text/css" rel="stylesheet" />
    <title>Modulo Principal</title>
  </head>
===

and use:

===
                <td width='86%' align="center">
                <div id="pageForm">
                <form action="proveedoresFicha_submit" method="post">
                        <table>
                        <div id="titForm"><p>Consulta de Proveedores</p>
                        </div>
                        <tr>
                                <td>Codigo</td>
                                <td><input name="cuenta" type="text" 
py:attrs="value=cuenta" /></td>
                        </tr>
===

but in widget and  tableForm since I do it? 
what doc can I read?



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

Reply via email to