[Zope] general API question
Dieter Maurer
dieter at handshake.de
Mon Sep 27 13:24:50 EDT 2004
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
More information about the Zope
mailing list