[Zope] Visualization of inherited attributes

Dieter Maurer dieter@handshake.de
Fri, 17 Nov 2000 21:32:21 +0100 (CET)


Jean Rodrigo Ferri writes:
 >  .... access to properties in ZClass property sheets ....
You may be able to access them by simply using their name:

    <dtml-var property>

If you want more control, you may look at the
"PropertySheetManager" and "PropertySheet" API's
in your Zope online help.


Dieter