Lukasz Szybalski schrieb: > I am having problems with implementing fastdata into my template: > > How do i set the widget? > How do I pass this widget to my template?
FastData is not a single widget, it is a controller that dynamically builds a widget form for your (SQLObject) data objects. There is some documentation here: http://docs.turbogears.org/1.0/FastData http://docs.turbogears.org/1.0/DataController http://docs.turbogears.org/1.0/DataGridWidget#id4 If you want, send me a private email and I can send you a tarball with a small example project that uses FastData. Chris --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

