"Michele Cella" <[EMAIL PROTECTED]> writes:
> Jorge, you're referring to very specifics needs here, what I want from
I know... I digressed a lot. Sorry. :-)
> Regarding your problem of moving things on the same row, that's the
> freedom display_field_for gives you, for example:
>
> class CityForm(TableForm):
> fields = CityFields()
> template = """
> <tr>
> <td>City: ${display_field_for("city")}</td>
> <td>State: ${display_field_for("state")}</td>
> </tr>
> """
>
> that's a dump example but I think you get the point, we can't address
> this on our widgets since their are ready for a generic use, but as you
> can see customizing the template to fits your needs is now pretty easy
> to do. ;-)
I know. I have customized templates for other stuff. I was just commenting
on things that would be nice if were easier to do without touching TG code.
Anyway, you're right and this is a very specific need.
--
Jorge Godoy <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" 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-trunk
-~----------~----~----~----~------~----~------~--~---