Hi Ian...

I think I am still confused


I dont understand the template='''' part...does that go in the
template..is that in the class??...all the rest in the class??? and is
blurbs a list of the blurbs I am passing in?...and is options still the
same list of options as before?..a simple list of tuples??

I am totally lost as what to do with the


In your controller object you have your exposed method,
  @expose(html=...)
  def viewFileList(self):
    fileListOptions = ...
    fileListBlurbs = ...
    return dict(public_form = public_form,
        fileListOptions=fileListOptions,
        fileListBlurbs=fileListBlurbs)



sorry for the trouble...i have never worked with widgets...


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