Hi there, I need some help displaying a few items. Firstly I am using a
checkboxlist widget. which I have shown the code below

for_widget = CheckBoxList("PublicFiles",options=publist)

public_form = TableForm(name='form', submit_text = 'Download Files',
fields = [for_widget])


I am using a TableForm widget to display a list checkboxes genereated
by a list of tuples in publist. Which meets a certain criteria

Now the checkboxes display a list of files that meet a search
criteria...
What I want to do is display a blurb about those files beside or under
the checkbox respectively...

I tried to use a table..1 column was the checklist..and the other was
the blurbs...however since the blurb was more than 1 line and the
filename is one line..they would not match up..


I need some help on ways to display these 2 items together...any ideas
would be appreciated


Stephen


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