On 8/18/06, OriginalBrownster <[EMAIL PROTECTED]> wrote:
>
> It is possible to customize the colors and layout of turbogears default
> widgets.
> I am specifially interested in a checkboxlist widget.
>
> I am currently displaying it using this in the controller:
>
> for_widget = CheckBoxList("Filestozip",options=ziplistp)
>         private_form = TableForm(name='form', submit_text = 'Download
> Files', fields = [for_widget])
>
>
> and then on the kid template i am using

all widgets have a css associated with them you can change the
behavior thru that, it's an attribute call css

http://trac.turbogears.org/turbogears/browser/trunk/turbogears/widgets/base.py
>
> private_form.display..
>
> but I want a more customized look
>
>
> >
>

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