"Use the source, Luke." Honestly, I find it often easier to have a look at the code in turbogears.widgets than reading the docs.
Anyway, you're right, the docs are lacking info on how to deal with parameters and other advanced level stuff. I guess the problem is that the original inventors have left and other developers may not feel competent enough to explain these details correctly, or they would need too much time. It's always the best if the inventors also contribute the docs. They can be supplemented and polished by others, but the original authors should provide the basic docs, explaining the underlying ideas as well as the necessary-to-know details. Concerning your problem, essentially, you must add an attribute "params" that is a list of all your parameters. You can set defaults via class attributes and/or using the __init__ method, and you can modify the params later at runtime via update_params. -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

