27 Sep
2004
27 Sep
'04
5:24 p.m.
David Evans wrote at 2004-9-26 15:57 -0400:
... is there a more complete API reference available, and if not how can i contribute to the update of the curent API to a more complete status?
You can ask Zope to show you (most of) the request attributes. In "ZPT" it looks like: <div tal:content="structure request" /> in DTML is it: <dtml-var REQUEST> -- Dieter